Skip to content

Commit b52a40c

Browse files
committed
feat(eslint-config): upgrade eslint to v6
BREAKING CHANGE: We require eslint version 6.0 as a peer dependency now. To upgrade your project using our eslint-config, bump up eslint version in your package.json file to "^6.0.0". The new eslint version added new recommended rules, most notably "require-atomic-updates" and "no-prototype-builtins". You may get new linting errors after upgrade, fix them by changing your code or adding eslint-ignore comments as needed.
1 parent 0947531 commit b52a40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"peerDependencies": {
1313
"@typescript-eslint/eslint-plugin": "^1.11.0",
1414
"@typescript-eslint/parser": "^1.11.0",
15-
"eslint": "^5.16.0",
15+
"eslint": "^6.0.0",
1616
"eslint-config-prettier": "^5.0.0",
1717
"eslint-plugin-eslint-plugin": "^2.1.0",
1818
"eslint-plugin-mocha": "^5.3.0"

0 commit comments

Comments
 (0)