mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-26 09:24:07 +00:00
fix: lint: eslint-plugin-node -> eslint-plugin-n
This commit is contained in:
parent
2f6b07c469
commit
0c978c226a
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ module.exports = {
|
|||
'no-console': 'off',
|
||||
},
|
||||
extends: [
|
||||
'plugin:node/recommended',
|
||||
'plugin:n/recommended',
|
||||
],
|
||||
}, {
|
||||
files: ['{client,common,static}/**/*.js'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue