Skip to content

Commit a9b4467

Browse files
committed
perf[Eslint]: update eslint rules
1 parent 74b6bb8 commit a9b4467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = {
4747
'curly': [2, 'multi-line'],
4848
'dot-location': [2, 'property'],
4949
'eol-last': 2,
50-
'eqeqeq': [2, 'allow-null'],
50+
'eqeqeq': ["error", "always", {"null": "ignore"}],
5151
'generator-star-spacing': [2, {
5252
'before': true,
5353
'after': true

0 commit comments

Comments
 (0)