mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-13 23:37:55 -05:00
[eslint config] [base] Update a deprecated option
This commit is contained in:
@@ -37,7 +37,7 @@ module.exports = {
|
||||
|
||||
// require the use of === and !==
|
||||
// http://eslint.org/docs/rules/eqeqeq
|
||||
eqeqeq: ['error', 'allow-null'],
|
||||
eqeqeq: ['error', 'always', { null: 'ignore' }],
|
||||
|
||||
// make sure for-in loops have an if statement
|
||||
'guard-for-in': 'error',
|
||||
|
||||
Reference in New Issue
Block a user