Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Make eslint temporarily less strict
Browse files Browse the repository at this point in the history
  • Loading branch information
Herst committed Jul 26, 2019
1 parent e1223a8 commit 6c530b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@
"no-unsafe-negation": "error",
"no-unused-expressions": "error",
"no-unused-labels": "error",
"no-unused-vars": "off",
"no-use-before-define": "error",
"no-useless-call": "error",
"no-useless-computed-key": "error",
Expand Down

0 comments on commit 6c530b9

Please sign in to comment.