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 -4
View File
@@ -5,9 +5,6 @@
"main": "./index.ts",
"author": "Vick Scarlet <vick@syaro.io>",
"scripts": {
"lint": "eslint ."
},
"eslintConfig": {
"extends": "../../package.json"
"lint": "bunx --bun eslint ."
}
}