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
+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",