update: lint config

This commit is contained in:
Vick Scarlet
2026-08-16 20:06:16 +08:00
committed by 神戸小鳥
parent afb4276dd1
commit ad4e83fc47
11 changed files with 1752 additions and 288 deletions
+1 -4
View File
@@ -5,10 +5,7 @@
"main": "./index.ts",
"author": "Vick Scarlet <vick@syaro.io>",
"scripts": {
"lint": "eslint .",
"lint": "bunx --bun eslint .",
"test": "bun test"
},
"eslintConfig": {
"extends": "../../package.json"
}
}