Skip to content

Commit

Permalink
Remove unnecessary eqeqeq override
Browse files Browse the repository at this point in the history
Updated upstream in shared configuration
  • Loading branch information
aduth committed Jun 22, 2024
1 parent e83c146 commit 791851b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"expect": true
},
"rules": {
"camelcase": "off",
"eqeqeq": ["error", "smart"]
"camelcase": "off"
},
"overrides": [
{
Expand Down

0 comments on commit 791851b

Please sign in to comment.