mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-28 09:16:47 +08:00
update: lint config
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user