Skip to content

Commit

Permalink
Breaking: Require ESLint v6 (#142)
Browse files Browse the repository at this point in the history
The new processor API shipped in ESLint v6.
  • Loading branch information
btmills authored Mar 1, 2020
1 parent 9aa1fdc commit f483343
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint": "^6.8.0",
"eslint-config-eslint": "^5.0.1",
"eslint-plugin-node": "^6.0.1",
"eslint-release": "^1.2.0",
Expand All @@ -48,6 +48,9 @@
"remark-parse": "^5.0.0",
"unified": "^6.1.2"
},
"peerDependencies": {
"eslint": ">=6.0.0"
},
"engines": {
"node": "^8.10.0 || ^10.12.0 || >= 12.0.0"
}
Expand Down

0 comments on commit f483343

Please sign in to comment.