Skip to content

Commit

Permalink
Downgrade to eslint-plugin-n to avoid breaking
Browse files Browse the repository at this point in the history
Else would need to drop Node <16
  • Loading branch information
voxpelli committed May 29, 2023
1 parent 85f464f commit e3ca26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslint-config-standard": "17.1.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"standard-engine": "^15.0.0",
Expand Down

0 comments on commit e3ca26b

Please sign in to comment.