Skip to content

Commit

Permalink
New: Add eslint-plugin-node to plugin generator (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Jul 3, 2021
1 parent 232e772 commit 866d240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugin/templates/_.eslintrc.js
Expand Up @@ -5,6 +5,7 @@ module.exports = {
extends: [
'eslint:recommended',
'plugin:eslint-plugin/recommended',
'plugin:node/recommended',
],
env: {
node: true,
Expand Down
1 change: 1 addition & 0 deletions plugin/templates/_package.json
Expand Up @@ -19,6 +19,7 @@
"devDependencies": {
"eslint": "^7.1.0",
"eslint-plugin-eslint-plugin": "^3.2.0",
"eslint-plugin-node": "^11.0.0",
"mocha": "^9.0.0"
},
"engines": {
Expand Down

0 comments on commit 866d240

Please sign in to comment.