fix: lint: eslint-plugin-node -> eslint-plugin-n

This commit is contained in:
coderaiser 2023-01-18 16:01:36 +02:00
parent 2f6b07c469
commit 0c978c226a

View file

@ -31,7 +31,7 @@ module.exports = {
'no-console': 'off',
},
extends: [
'plugin:node/recommended',
'plugin:n/recommended',
],
}, {
files: ['{client,common,static}/**/*.js'],