Skip to content

Commit

Permalink
bump eslint to 6.1.0 + disable no-prototype-builtins rule
Browse files Browse the repository at this point in the history
... which is now turned on by default in eslint v6
  • Loading branch information
etpinard committed Jul 23, 2019
1 parent e0a17f3 commit e61ee25
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 73 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
}
}
178 changes: 107 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e61ee25

Please sign in to comment.