Skip to content

Commit

Permalink
chore: remove no longer required eslint-plugin-standard (#60)
Browse files Browse the repository at this point in the history
As per this deprecation warning from `npm install`:
```
npm WARN deprecated eslint-plugin-standard@5.0.0: standard 16.0.0 and eslint-config-standard 16.0.0 no longer require the eslint-plugin-standard package. You can remove it from your dependencies with 'npm rm eslint-plugin-standard'. More info here: standard/standard#1316
```
  • Loading branch information
richardlau authored Aug 12, 2021
1 parent fb4ef10 commit f139d42
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"standard-version": "^9.3.0"
Expand Down

0 comments on commit f139d42

Please sign in to comment.