Skip to content

Commit 6010624

Browse files
macklinuSimenB
authored andcommitted
chore(package): update to ESLint v5
BREAKING CHANGE: This commit changes the peerDependency to ESLint >=5.
1 parent 60919f6 commit 6010624

File tree

2 files changed

+244
-7
lines changed

2 files changed

+244
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"node": ">= 4"
2525
},
2626
"peerDependencies": {
27-
"eslint": ">=3.6"
27+
"eslint": ">=5"
2828
},
2929
"scripts": {
3030
"lint": "eslint . --ignore-pattern '!.eslintrc.js'",
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@commitlint/cli": "^6.0.1",
3838
"@commitlint/config-conventional": "^6.0.2",
39-
"eslint": "^4.10.0",
39+
"eslint": "^5.1.0",
4040
"eslint-config-prettier": "^2.7.0",
4141
"eslint-plugin-eslint-plugin": "^1.4.0",
4242
"eslint-plugin-node": "^6.0.0",

0 commit comments

Comments
 (0)