Skip to content

Commit

Permalink
Require ESLint 8 and Node.js 12
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 18, 2021
1 parent 44d035b commit da1fd09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://sindresorhus.com"
},
"engines": {
"node": ">=10"
"node": ">=12"
},
"scripts": {
"test": "ava"
Expand Down Expand Up @@ -53,11 +53,11 @@
},
"devDependencies": {
"ava": "^2.4.0",
"eslint": "^7.20.0",
"eslint": "^8.5.0",
"is-plain-obj": "^3.0.0",
"temp-write": "^4.0.0"
},
"peerDependencies": {
"eslint": ">=7.20.0"
"eslint": ">=8.5.0"
}
}

0 comments on commit da1fd09

Please sign in to comment.