Skip to content

Commit a05b9ad

Browse files
author
LazyTesting
committed
changed eqeqeq setting in eslint config to prevent problem on codeclimate
1 parent 8e27d46 commit a05b9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dot-location": [2, "property"], // autofix
3535
"dot-notation": 2, // autofix
3636
"eol-last": 2, // autofix
37-
"eqeqeq": [2, "always", {"null": "ignore"}],
37+
"eqeqeq": 2,
3838
"func-call-spacing": 2, // autofix
3939
"func-style": 2,
4040
"guard-for-in": 2,

0 commit comments

Comments
 (0)