Skip to content

Commit

Permalink
dev: specify app lint --quiet flag
Browse files Browse the repository at this point in the history
  • Loading branch information
wrn14897 committed Nov 22, 2024
1 parent 2a95453 commit 75ff549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dev:local": "NEXT_PUBLIC_CLICKHOUSE_HOST=http://localhost:8123 NEXT_PUBLIC_IS_LOCAL_MODE=true next dev -p 8080",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .ts,.tsx",
"lint": "eslint --quiet . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"lint:styles": "stylelint **/*/*.{css,scss}",
"ci:lint": "yarn lint && yarn tsc --noEmit && yarn lint:styles --quiet",
Expand Down

0 comments on commit 75ff549

Please sign in to comment.