Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Oct 30, 2020
1 parent 2c97f4b commit 033b3df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,11 @@
"no-unreachable-loop": "error",
"no-unsafe-finally": "error",
"no-unsafe-negation": "error",
"no-unused-expressions": ["error", { "allowShortCircuit": true, "allowTernary": true, "allowTaggedTemplates": true }],
"no-unused-expressions": ["error", {
"allowShortCircuit": true,
"allowTernary": true,
"allowTaggedTemplates": true
}],
"no-unused-vars": ["error", {
"args": "none",
"caughtErrors": "none",
Expand Down

0 comments on commit 033b3df

Please sign in to comment.