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 6b13959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
| babel-plugin-minify-replace | ^0.5.0 |
| babel-plugin-module-resolver | ^5.0.2 |
| babel-plugin-styled-components | ^2.1.4 |
| 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
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 6b13959

Please sign in to comment.