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
9eafa189a8
commit
a54caa1d7c
3 changed files with 6 additions and 3 deletions
|
|
@ -4,7 +4,8 @@
|
||||||
"html",
|
"html",
|
||||||
"fixture*",
|
"fixture*",
|
||||||
"app.json",
|
"app.json",
|
||||||
"fontello.json"
|
"fontello.json",
|
||||||
|
"*.md"
|
||||||
],
|
],
|
||||||
"match": {
|
"match": {
|
||||||
"base64": {
|
"base64": {
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,9 @@ export const match = {
|
||||||
'bin/cloudcmd.js': {
|
'bin/cloudcmd.js': {
|
||||||
'no-console': 'off',
|
'no-console': 'off',
|
||||||
},
|
},
|
||||||
|
'cssnano.config.js': {
|
||||||
|
'n/no-extraneous-require': 'off',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
export default defineConfig([
|
export default defineConfig([
|
||||||
safeAlign, {
|
safeAlign, {
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,6 @@
|
||||||
},
|
},
|
||||||
"subdomain": "cloudcmd",
|
"subdomain": "cloudcmd",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^8.0.0-beta.1",
|
|
||||||
"@babel/plugin-transform-optional-chaining": "^7.21.0",
|
"@babel/plugin-transform-optional-chaining": "^7.21.0",
|
||||||
"@cloudcmd/dropbox": "^5.0.1",
|
"@cloudcmd/dropbox": "^5.0.1",
|
||||||
"@cloudcmd/fileop": "^8.0.0",
|
"@cloudcmd/fileop": "^8.0.0",
|
||||||
|
|
@ -152,6 +151,7 @@
|
||||||
"yargs-parser": "^22.0.0"
|
"yargs-parser": "^22.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@babel/core": "^7.22.5",
|
||||||
"@babel/code-frame": "^7.22.5",
|
"@babel/code-frame": "^7.22.5",
|
||||||
"@babel/preset-env": "^7.0.0",
|
"@babel/preset-env": "^7.0.0",
|
||||||
"@cloudcmd/clipboard": "^2.0.0",
|
"@cloudcmd/clipboard": "^2.0.0",
|
||||||
|
|
@ -172,7 +172,6 @@
|
||||||
"codegen.macro": "^4.0.0",
|
"codegen.macro": "^4.0.0",
|
||||||
"css-loader": "^3.0.0",
|
"css-loader": "^3.0.0",
|
||||||
"css-modules-require-hook": "^4.2.3",
|
"css-modules-require-hook": "^4.2.3",
|
||||||
"cssnano-preset-default": "^7.0.7",
|
|
||||||
"domtokenlist-shim": "^1.2.0",
|
"domtokenlist-shim": "^1.2.0",
|
||||||
"emitify": "^4.0.1",
|
"emitify": "^4.0.1",
|
||||||
"eslint": "^9.23.0",
|
"eslint": "^9.23.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue