Skip to content

Commit 791851b

Browse files
committed
Remove unnecessary eqeqeq override
Updated upstream in shared configuration
1 parent e83c146 commit 791851b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.eslintrc.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"expect": true
1313
},
1414
"rules": {
15-
"camelcase": "off",
16-
"eqeqeq": ["error", "smart"]
15+
"camelcase": "off"
1716
},
1817
"overrides": [
1918
{

0 commit comments

Comments
 (0)