Skip to content

Commit 8e1c083

Browse files
committed
Fix avoid escape rule on .eslintrc 🐛
1 parent b75fec2 commit 8e1c083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"operator-linebreak": [2, "after"],
153153
"padded-blocks": 0,
154154
"quote-props": 0,
155-
"quotes": [2, "single", {"avoidEscape":true}],
155+
"quotes": [2, "single", "avoid-escape"],
156156
"radix": 2,
157157
"semi": [2, "always"],
158158
"semi-spacing": 0,

0 commit comments

Comments
 (0)