We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60919f6 commit 6010624Copy full SHA for 6010624
package.json
@@ -24,7 +24,7 @@
24
"node": ">= 4"
25
},
26
"peerDependencies": {
27
- "eslint": ">=3.6"
+ "eslint": ">=5"
28
29
"scripts": {
30
"lint": "eslint . --ignore-pattern '!.eslintrc.js'",
@@ -36,7 +36,7 @@
36
"devDependencies": {
37
"@commitlint/cli": "^6.0.1",
38
"@commitlint/config-conventional": "^6.0.2",
39
- "eslint": "^4.10.0",
+ "eslint": "^5.1.0",
40
"eslint-config-prettier": "^2.7.0",
41
"eslint-plugin-eslint-plugin": "^1.4.0",
42
"eslint-plugin-node": "^6.0.0",
0 commit comments