Skip to content

Commit

Permalink
Enabled ESLint's "eqeqeq" rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne authored and felixxm committed May 18, 2020
1 parent 95289e1 commit d00e034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"comma-spacing": ["error", {"before": false, "after": true}],
"curly": ["error", "all"],
"dot-notation": ["error", {"allowKeywords": true}],
"eqeqeq": ["error"],
"indent": ["error", 4],
"key-spacing": ["error", {"beforeColon": false, "afterColon": true}],
"linebreak-style": ["error", "unix"],
Expand Down

0 comments on commit d00e034

Please sign in to comment.