Skip to content

Commit

Permalink
Merge pull request #379 from nextcloud/fix/eslint-plugin-n
Browse files Browse the repository at this point in the history
Fix node plugin usage
  • Loading branch information
Vinicius Reis committed Aug 8, 2022
2 parents 21497a9 + 06da4e9 commit 4605723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -16,7 +16,7 @@ module.exports = {
'eslint:recommended',
'plugin:import/errors',
'plugin:import/warnings',
'plugin:node/recommended',
'plugin:n/recommended',
'plugin:vue/recommended',
'plugin:@nextcloud/recommended',
'plugin:jsdoc/recommended',
Expand Down

0 comments on commit 4605723

Please sign in to comment.