Skip to content

Commit

Permalink
Improved eslint eqeqeq rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Frasser committed Nov 23, 2021
1 parent f2742fe commit 1ae5f69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
},
"rules": {
"curly": 2,
"eqeqeq": 2,
"no-eq-null": 2,
"eqeqeq": ["error", "smart"],
"quotes": [2, "single", "avoid-escape"],
"semi": 2,
"no-unused-vars": [ "error", { "varsIgnorePattern": "should|expect" }],
Expand Down

0 comments on commit 1ae5f69

Please sign in to comment.