Skip to content
Permalink
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
etpinard committed Jul 23, 2019
1 parent e0a17f3 commit e61ee25d8cb45f5a7bb836a6544e22f8db0eb516
Showing with 110 additions and 73 deletions.
  1. +2 −1 .eslintrc
  2. +107 −71 package-lock.json
  3. +1 −1 package.json
@@ -71,6 +71,7 @@
"no-console": [0],
"no-unused-labels": [2],
"no-useless-escape": [0],
"func-name-matching": ["error", "always"]
"func-name-matching": ["error", "always"],
"no-prototype-builtins": [0]
}
}

Some generated files are not rendered by default. Learn more.

@@ -126,7 +126,7 @@
"deep-equal": "^1.0.1",
"derequire": "^2.0.6",
"ecstatic": "^3.3.2",
"eslint": "^5.16.0",
"eslint": "^6.1.0",
"falafel": "^2.1.0",
"fs-extra": "^2.0.0",
"fuse.js": "^3.4.5",

0 comments on commit e61ee25

Please sign in to comment.