update: lint config

This commit is contained in:
Vick Scarlet
2026-08-14 16:42:14 +08:00
parent d0f7dbb464
commit b8d250906a
11 changed files with 1752 additions and 288 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"author": "Vick Scarlet <vick@syaro.io>",
"scripts": {
"build": "bunx --bun v-transform transform -t ts -w src -d dist \"**/[!~$]*.xlsx\" --map",
"lint": "eslint .",
"lint": "bunx --bun eslint .",
"test": "bun test"
},
"exports": {