mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore: rm eslintrc
This commit is contained in:
parent
dc99417c27
commit
008279df57
1 changed files with 0 additions and 38 deletions
38
.eslintrc.js
38
.eslintrc.js
|
|
@ -1,38 +0,0 @@
|
||||||
'use strict';
|
|
||||||
|
|
||||||
module.exports = {
|
|
||||||
extends: [
|
|
||||||
'plugin:putout/safe+align',
|
|
||||||
],
|
|
||||||
plugins: [
|
|
||||||
'putout',
|
|
||||||
'n',
|
|
||||||
],
|
|
||||||
rules: {
|
|
||||||
'key-spacing': 'off',
|
|
||||||
'n/prefer-node-protocol': 'error',
|
|
||||||
},
|
|
||||||
overrides: [{
|
|
||||||
files: ['bin/release.js'],
|
|
||||||
rules: {
|
|
||||||
'no-console': 'off',
|
|
||||||
'n/shebang': 'off',
|
|
||||||
},
|
|
||||||
}, {
|
|
||||||
files: ['client/dom/index.js'],
|
|
||||||
rules: {
|
|
||||||
'no-multi-spaces': 'off',
|
|
||||||
},
|
|
||||||
}, {
|
|
||||||
files: ['bin/cloudcmd.js'],
|
|
||||||
rules: {
|
|
||||||
'no-console': 'off',
|
|
||||||
},
|
|
||||||
}, {
|
|
||||||
files: ['{client,common,static}/**/*.js'],
|
|
||||||
env: {
|
|
||||||
browser: true,
|
|
||||||
},
|
|
||||||
}],
|
|
||||||
ignorePatterns: ['*.md{js}'],
|
|
||||||
};
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue