Allow ==
when null checking (#24593)
This commit is contained in:
committed by
GitHub
parent
e98c86050a
commit
c1a7e38d2b
@ -71,7 +71,7 @@ module.exports = {
|
||||
'comma-style': ['warn', 'last'],
|
||||
'consistent-return': 'error',
|
||||
'dot-notation': 'error',
|
||||
eqeqeq: 'error',
|
||||
eqeqeq: ['error', 'always', { 'null': 'ignore' }],
|
||||
indent: ['warn', 2],
|
||||
'jsx-quotes': ['error', 'prefer-single'],
|
||||
'no-case-declarations': 'off',
|
||||
|
Reference in New Issue
Block a user