Skip to content

Commit

Permalink
chore: Add eslint-plugin-node
Browse files Browse the repository at this point in the history
fixes #190
  • Loading branch information
karfau committed Oct 19, 2022
1 parent 6601a11 commit 46c74f7
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/.eslintrc.yml
@@ -1,2 +1,3 @@
extends:
- 'plugin:es5/no-es2015'
- 'plugin:node/recommended'
58 changes: 58 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -49,6 +49,7 @@
"eslint-config-prettier": "8.5.0",
"eslint-plugin-anti-trojan-source": "1.1.0",
"eslint-plugin-es5": "1.5.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"get-stream": "6.0.1",
"jest": "27.5.1",
Expand Down

0 comments on commit 46c74f7

Please sign in to comment.