Skip to content

Commit

Permalink
Merge branch 'development' of github.com:UNICEFECAR/USupport-email in…
Browse files Browse the repository at this point in the history
…to staging
  • Loading branch information
vasilen-7DIGIT committed Aug 31, 2023
2 parents 708cb9c + bab7e5d commit f1b5e8b
Show file tree
Hide file tree
Showing 7 changed files with 4,385 additions and 1,370 deletions.
9 changes: 8 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
"plugins": ["prettier"],
"rules": {
"no-undefined": "off",
"no-undef": "off"
"no-undef": "off",
"quotes": [
"error",
"double",
{
"allowTemplateLiterals": true
}
]
}
}
Loading

0 comments on commit f1b5e8b

Please sign in to comment.