Skip to content

Commit e155878

Browse files
committed
add lint-fast npm script
1 parent 4614fe6 commit e155878

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"e2e": "playwright test",
2020
"e2ec": "playwright test --project=chrome",
2121
"lint": "eslint --ext .js,.ts,.tsx,.json .",
22+
"lint-fast": "eslint --cache --fix --ext .js,.ts,.tsx,.json .",
2223
"fmt": "prettier --cache --write . && npm run lint -- --fix",
2324
"gen-api": "./tools/generate_api_client.sh",
2425
"ladle": "IS_LADLE=1 ladle serve",

0 commit comments

Comments
 (0)