Skip to content

Commit 898565d

Browse files
author
Gareth Emslie
committed
update linting
1 parent cab3658 commit 898565d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"rules": {
2222
"semi": ["error", "always"],
23-
"quotes": ["error", "single"],
23+
"quotes": ["error", "single", { "avoidEscape": true }],
2424
"global-require": 0,
2525
"no-underscore-dangle": 0,
2626
"no-await-in-loop": 0,

0 commit comments

Comments
 (0)