Skip to content

Commit e61ee25

Browse files
committed
bump eslint to 6.1.0 + disable no-prototype-builtins rule
... which is now turned on by default in eslint v6
1 parent e0a17f3 commit e61ee25

File tree

3 files changed

+110
-73
lines changed

3 files changed

+110
-73
lines changed

.eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"no-console": [0],
7272
"no-unused-labels": [2],
7373
"no-useless-escape": [0],
74-
"func-name-matching": ["error", "always"]
74+
"func-name-matching": ["error", "always"],
75+
"no-prototype-builtins": [0]
7576
}
7677
}

package-lock.json

+107-71
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"deep-equal": "^1.0.1",
127127
"derequire": "^2.0.6",
128128
"ecstatic": "^3.3.2",
129-
"eslint": "^5.16.0",
129+
"eslint": "^6.1.0",
130130
"falafel": "^2.1.0",
131131
"fs-extra": "^2.0.0",
132132
"fuse.js": "^3.4.5",

0 commit comments

Comments
 (0)