🐛 Fix(custom): fix an issue eslint not worked as expected

This commit is contained in:
Kuingsmile
2025-12-30 13:20:28 +08:00
parent 4fb5a26270
commit b53eccce13
185 changed files with 8014 additions and 7627 deletions

View File

@@ -29,6 +29,7 @@
"lint:dpdm": "dpdm -T --tsconfig ./tsconfig.json --no-tree --no-warning --exit-code circular:1 src/main/index.ts",
"lint:dpdm:renderer": "dpdm -T --tsconfig ./tsconfig.json --no-tree --no-warning --exit-code circular:1 src/renderer/main.ts",
"lint:fix": "eslint --fix --ext .js,.jsx,.ts,.tsx,.vue src/ scripts/ .",
"lint:style": "stylelint \"src/**/*.(vue|less|scss|css)\" --fix",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"prebuild": "electron-vite build",
@@ -76,28 +77,17 @@
"tunnel": "^0.0.6",
"upyun": "^3.4.6",
"uuid": "^11.1.0",
"vue": "^3.5.22",
"webdav": "^5.8.0",
"write-file-atomic": "^6.0.0",
"vue": "^3.5.22"
"write-file-atomic": "^6.0.0"
},
"devDependencies": {
"@electron/notarize": "^3.1.1",
"@eslint/js": "^9.39.2",
"@headlessui/vue": "^1.7.23",
"@highlightjs/vue-plugin": "^2.1.2",
"@videojs-player/vue": "^1.0.0",
"dexie": "^3.2.4",
"highlight.js": "^11.11.1",
"lucide-vue-next": "^0.553.0",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"qrcode.vue": "^3.6.0",
"video.js": "^8.23.4",
"vue-i18n": "^11.1.12",
"vue-router": "^4.6.3",
"vue3-lazyload": "^0.3.8",
"@electron/notarize": "^3.1.1",
"@eslint/js": "^9.39.1",
"@intlify/unplugin-vue-i18n": "^11.0.1",
"@types/ali-oss": "^6.16.11",
"@intlify/unplugin-vue-i18n": "^11.0.3",
"@types/ali-oss": "^6.16.13",
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/lodash-es": "^4.17.12",
@@ -108,30 +98,52 @@
"@types/upyun": "^3.4.3",
"@types/video.js": "^7.3.58",
"@types/write-file-atomic": "^4.0.3",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/eslint-config-standard": "^9.0.1",
"@videojs-player/vue": "^1.0.0",
"@vitejs/plugin-vue": "^6.0.3",
"baseline-browser-mapping": "^2.9.11",
"dexie": "^3.2.4",
"dotenv": "^17.2.3",
"dpdm": "^3.14.0",
"electron": "^38.4.0",
"electron-builder": "^26.0.12",
"electron-vite": "^4.0.1",
"eslint": "^9.39.1",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsonc": "^2.21.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^62.0.0",
"eslint-plugin-vue": "^10.5.1",
"eslint-plugin-vue": "^10.6.2",
"globals": "^16.5.0",
"highlight.js": "^11.11.1",
"husky": "^9.1.7",
"lucide-vue-next": "^0.562.0",
"node-bump-version": "^2.0.0",
"prettier": "^3.6.2",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"postcss": "^8.5.6",
"postcss-html": "^1.8.0",
"prettier": "^3.7.4",
"qrcode.vue": "^3.6.0",
"stylelint": "^16.26.1",
"stylelint-config-html": "^1.1.0",
"stylelint-config-standard": "^39.0.1",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-order": "^7.0.1",
"stylus": "^0.64.0",
"typescript": "5.8.2",
"typescript-eslint": "^8.46.4",
"vite": "^7.2.2",
"vitest": "^4.0.8",
"typescript-eslint": "^8.51.0",
"video.js": "^8.23.4",
"vite": "^7.3.0",
"vitest": "^4.0.16",
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^3.1.3"
"vue-i18n": "^11.2.7",
"vue-router": "^4.6.4",
"vue-tsc": "^3.2.1",
"vue3-lazyload": "^0.3.8"
},
"resolutions": {
"baseline-browser-mapping": "^2.9.11"
},
"config": {
"commitizen": {