We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab3658 commit 898565dCopy full SHA for 898565d
.eslintrc.json
@@ -20,7 +20,7 @@
20
],
21
"rules": {
22
"semi": ["error", "always"],
23
- "quotes": ["error", "single"],
+ "quotes": ["error", "single", { "avoidEscape": true }],
24
"global-require": 0,
25
"no-underscore-dangle": 0,
26
"no-await-in-loop": 0,
0 commit comments