mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
adjust lint config
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
"dev": "cross-env PLATFORM=windows vite serve src",
|
||||
"dev-linux": "cross-env PLATFORM=linux vite serve src",
|
||||
"localization": "node ./src/shared/utils/localizationHelperCLI.js",
|
||||
"lint": "npm run lint:oxlint && npm run lint:eslint",
|
||||
"lint:eslint": "eslint .",
|
||||
"lint:oxlint": "oxlint .",
|
||||
"typecheck:js": "tsc -p tsconfig.checkjs.json --pretty false",
|
||||
"test": "vitest run",
|
||||
"test:coverage": "vitest run --coverage",
|
||||
"prod": "cross-env PLATFORM=windows vite build src",
|
||||
@@ -40,7 +44,6 @@
|
||||
"@fontsource-variable/noto-sans-sc": "^5.2.10",
|
||||
"@fontsource-variable/noto-sans-tc": "^5.2.10",
|
||||
"@internationalized/date": "^3.12.0",
|
||||
"@kamiya4047/eslint-plugin-pretty-import": "^0.1.6",
|
||||
"@pinia/testing": "^1.0.3",
|
||||
"@sentry/vite-plugin": "^4.9.1",
|
||||
"@sentry/vue": "^10.44.0",
|
||||
|
||||
Reference in New Issue
Block a user