Skip to content

Commit 033b3df

Browse files
committedOct 30, 2020
style
1 parent 2c97f4b commit 033b3df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎eslintrc.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,11 @@
166166
"no-unreachable-loop": "error",
167167
"no-unsafe-finally": "error",
168168
"no-unsafe-negation": "error",
169-
"no-unused-expressions": ["error", { "allowShortCircuit": true, "allowTernary": true, "allowTaggedTemplates": true }],
169+
"no-unused-expressions": ["error", {
170+
"allowShortCircuit": true,
171+
"allowTernary": true,
172+
"allowTaggedTemplates": true
173+
}],
170174
"no-unused-vars": ["error", {
171175
"args": "none",
172176
"caughtErrors": "none",

0 commit comments

Comments
 (0)
Please sign in to comment.