mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore: lint
This commit is contained in:
parent
af77eeed8d
commit
0d61a972fb
3 changed files with 4 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
.*
|
||||
*.spec.*
|
||||
*.config.*
|
||||
*.fixture.js*
|
||||
manifest.yml
|
||||
docker
|
||||
|
|
@ -13,7 +14,6 @@ html
|
|||
yarn-error.log
|
||||
yarn.lock
|
||||
now.json
|
||||
cssnano.config.js
|
||||
|
||||
app.json
|
||||
bower.json
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ export const match = {
|
|||
'client/dom/index.js': {
|
||||
'no-multi-spaces': 'off',
|
||||
},
|
||||
'client/**/*.js': {
|
||||
'{client,static}/**/*.js': {
|
||||
'n/no-extraneous-require': 'off',
|
||||
'n/no-unsupported-features/node-builtins': 'off',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@
|
|||
},
|
||||
"subdomain": "cloudcmd",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.22.9",
|
||||
"@babel/core": "^8.0.0-beta.1",
|
||||
"@babel/plugin-transform-optional-chaining": "^7.21.0",
|
||||
"@cloudcmd/dropbox": "^5.0.1",
|
||||
"@cloudcmd/fileop": "^8.0.0",
|
||||
|
|
@ -172,6 +172,7 @@
|
|||
"codegen.macro": "^4.0.0",
|
||||
"css-loader": "^3.0.0",
|
||||
"css-modules-require-hook": "^4.2.3",
|
||||
"cssnano-preset-default": "^7.0.7",
|
||||
"domtokenlist-shim": "^1.2.0",
|
||||
"emitify": "^4.0.1",
|
||||
"eslint": "^9.23.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue