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
+7
View File
@@ -17,6 +17,13 @@
"lint:data": "pnpm --filter @remake/data lint",
"lint:condition": "pnpm --filter @remake/condition lint",
"lint:hooks": "pnpm --filter @remake/hooks lint",
"fix": "bunx --bun eslint --fix",
"fix:console": "pnpm --filter @remake/console lint --fix",
"fix:web": "pnpm --filter @remake/web lint --fix",
"fix:core": "pnpm --filter @remake/core lint --fix",
"fix:data": "pnpm --filter @remake/data lint --fix",
"fix:condition": "pnpm --filter @remake/condition lint --fix",
"fix:hooks": "pnpm --filter @remake/hooks lint --fix",
"test": "pnpm --filter @remake/web test",
"test:console": "pnpm --filter @remake/console test",
"test:web": "pnpm --filter @remake/web test",