Skip to content

Commit

Permalink
style: Require prettier code style checks to pass during lint
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Oct 28, 2023
1 parent b3201f7 commit 88ecb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"build:all": "tsc --build",
"clean:all": "rm -rf packages/*/build packages/*/tsconfig.tsbuildinfo",
"lint:all": "eslint . --ext .ts",
"lint:all": "eslint . --ext .ts && prettier --check packages",
"test:all": "yarn workspaces foreach --all --parallel --verbose run test",
"test:coverage:all": "yarn workspaces foreach --all --parallel --verbose run test:coverage",
"typecheck:all": "tsc --noEmit --incremental false"
Expand Down

0 comments on commit 88ecb9a

Please sign in to comment.