mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix: lint: eslint-plugin-node -> eslint-plugin-n
This commit is contained in:
parent
2f6b07c469
commit
871b05d4d5
1 changed files with 4 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ module.exports = {
|
|||
],
|
||||
plugins: [
|
||||
'putout',
|
||||
'node',
|
||||
'n',
|
||||
],
|
||||
rules: {
|
||||
'key-spacing': 'off',
|
||||
|
|
@ -15,10 +15,10 @@ module.exports = {
|
|||
files: ['bin/release.js'],
|
||||
rules: {
|
||||
'no-console': 'off',
|
||||
'node/shebang': 'off',
|
||||
'n/shebang': 'off',
|
||||
},
|
||||
extends: [
|
||||
'plugin:node/recommended',
|
||||
'plugin:n/recommended',
|
||||
],
|
||||
}, {
|
||||
files: ['client/dom/index.js'],
|
||||
|
|
@ -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