aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/package.json
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2026-01-16 09:35:09 +0800
committerGitHub <noreply@github.com>2026-01-16 09:35:09 +0800
commite21e288275806df7785d869667c90062e1890bf0 (patch)
tree995bd237477b0c406a2a034f6ae37faee43128a0 /ui/package.json
parent9688bbd2f1ac5acb4b170dcf4d4908a548746cba (diff)
parenta3a1991fbd04dbe283734a8826e60d05ab3fa92a (diff)
downloadDropOut-e21e288275806df7785d869667c90062e1890bf0.tar.gz
DropOut-e21e288275806df7785d869667c90062e1890bf0.zip
Merge pull request #40 from NtskwK/main
Diffstat (limited to 'ui/package.json')
-rw-r--r--ui/package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/ui/package.json b/ui/package.json
index 2db214a..05dd2b2 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -7,7 +7,10 @@
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
- "check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json"
+ "check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json",
+ "lint": "oxlint .",
+ "lint:fix": "oxlint . --fix",
+ "format": "oxfmt . --write"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^6.2.1",
@@ -15,6 +18,8 @@
"@tsconfig/svelte": "^5.0.6",
"@types/node": "^24.10.1",
"autoprefixer": "^10.4.23",
+ "oxfmt": "^0.24.0",
+ "oxlint": "^1.39.0",
"postcss": "^8.5.6",
"svelte": "^5.46.4",
"svelte-check": "^4.3.4",