We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88bd0ca commit 8079d6cCopy full SHA for 8079d6c
1 file changed
.eslintrc.json
@@ -30,7 +30,7 @@
30
],
31
"rules": {
32
"semi": ["error", "always"],
33
- "quotes": ["error", "single"],
+ "quotes": ["error", "single", { "avoidEscape": true }],
34
"global-require": 0,
35
"no-underscore-dangle": 0,
36
"no-await-in-loop": 0,
0 commit comments