Allow ==
when null checking (#24593)
This commit is contained in:
parent
e98c86050a
commit
c1a7e38d2b
3 changed files with 1 additions and 5 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue