Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
bump eslint to 6.1.0 + disable
no-prototype-builtins
rule
... which is now turned on by default in eslint v6
- Loading branch information
Showing
with
110 additions
and 73 deletions.
- +2 −1 .eslintrc
- +107 −71 package-lock.json
- +1 −1 package.json
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -71,6 +71,7 @@ | ||
"no-console": [0], | ||
"no-unused-labels": [2], | ||
"no-useless-escape": [0], | ||
"func-name-matching": ["error", "always"], | ||
"no-prototype-builtins": [0] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -126,7 +126,7 @@ | ||
"deep-equal": "^1.0.1", | ||
"derequire": "^2.0.6", | ||
"ecstatic": "^3.3.2", | ||
"eslint": "^6.1.0", | ||
"falafel": "^2.1.0", | ||
"fs-extra": "^2.0.0", | ||
"fuse.js": "^3.4.5", | ||