Skip to content

Commit

Permalink
chore(package): update to ESLint v5
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This commit changes the peerDependency to ESLint >=5.
  • Loading branch information
macklinu authored and SimenB committed Nov 7, 2018
1 parent 60919f6 commit 6010624
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -24,7 +24,7 @@
"node": ">= 4"
},
"peerDependencies": {
"eslint": ">=3.6"
"eslint": ">=5"
},
"scripts": {
"lint": "eslint . --ignore-pattern '!.eslintrc.js'",
Expand All @@ -36,7 +36,7 @@
"devDependencies": {
"@commitlint/cli": "^6.0.1",
"@commitlint/config-conventional": "^6.0.2",
"eslint": "^4.10.0",
"eslint": "^5.1.0",
"eslint-config-prettier": "^2.7.0",
"eslint-plugin-eslint-plugin": "^1.4.0",
"eslint-plugin-node": "^6.0.0",
Expand Down

0 comments on commit 6010624

Please sign in to comment.