Skip to content

Commit 8079d6c

Browse files
author
Gareth Emslie
committed
update linting
1 parent 88bd0ca commit 8079d6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"rules": {
3232
"semi": ["error", "always"],
33-
"quotes": ["error", "single"],
33+
"quotes": ["error", "single", { "avoidEscape": true }],
3434
"global-require": 0,
3535
"no-underscore-dangle": 0,
3636
"no-await-in-loop": 0,

0 commit comments

Comments
 (0)