Skip to content

Commit

Permalink
FIX: resource: allow eslint@8 for node 14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-js committed May 26, 2024
1 parent 73c3a6b commit de66a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"INIT#package.json"
],
"dependencies": {
"eslint": "^9.3.0",
"eslint": "^9.3.0 || ^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.7.0 || ^15.7.0",
"eslint-plugin-promise": "^6.1.1"
Expand Down

0 comments on commit de66a68

Please sign in to comment.