Skip to content

Commit f483343

Browse files
authored
Breaking: Require ESLint v6 (#142)
The new processor API shipped in ESLint v6.
1 parent 9aa1fdc commit f483343

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
],
3838
"devDependencies": {
3939
"chai": "^4.2.0",
40-
"eslint": "^5.16.0",
40+
"eslint": "^6.8.0",
4141
"eslint-config-eslint": "^5.0.1",
4242
"eslint-plugin-node": "^6.0.1",
4343
"eslint-release": "^1.2.0",
@@ -48,6 +48,9 @@
4848
"remark-parse": "^5.0.0",
4949
"unified": "^6.1.2"
5050
},
51+
"peerDependencies": {
52+
"eslint": ">=6.0.0"
53+
},
5154
"engines": {
5255
"node": "^8.10.0 || ^10.12.0 || >= 12.0.0"
5356
}

0 commit comments

Comments
 (0)