mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 03:28:02 -05:00
Merge pull request #442 from tomekwi/fix-eslintrc
Get rid of `no-reserved-keys` in the .eslintrc
This commit is contained in:
@@ -69,7 +69,6 @@
|
||||
"no-invalid-regexp": 2, // http://eslint.org/docs/rules/no-invalid-regexp
|
||||
"no-irregular-whitespace": 2, // http://eslint.org/docs/rules/no-irregular-whitespace
|
||||
"no-obj-calls": 2, // http://eslint.org/docs/rules/no-obj-calls
|
||||
"no-reserved-keys": 2, // http://eslint.org/docs/rules/no-reserved-keys
|
||||
"no-sparse-arrays": 2, // http://eslint.org/docs/rules/no-sparse-arrays
|
||||
"no-unreachable": 2, // http://eslint.org/docs/rules/no-unreachable
|
||||
"use-isnan": 2, // http://eslint.org/docs/rules/use-isnan
|
||||
|
||||
Reference in New Issue
Block a user