Skip to content

Commit

Permalink
⬆️ use eslint-plugin-n instead of eslint-plugin-node
Browse files Browse the repository at this point in the history
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
  • Loading branch information
Vinicius Reis committed Jun 20, 2022
1 parent e02b9d0 commit 9a4e275
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 136 deletions.
176 changes: 42 additions & 134 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -15,7 +15,7 @@
"eslint-config-standard": "^17.0.0-0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^39.2.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-n": "^15.2.3",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^8.2.0",
"webpack": "^5.4.0"
Expand All @@ -28,7 +28,7 @@
"eslint-config-standard": "^17.0.0-0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^39.2.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-n": "^15.2.3",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^8.2.0",
"webpack": "^5.4.0"
Expand Down

0 comments on commit 9a4e275

Please sign in to comment.