Skip to content

Commit

Permalink
fix: prettier rules
Browse files Browse the repository at this point in the history
  • Loading branch information
xujingli committed Jan 25, 2024
1 parent 4a35380 commit 7def468
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"build": "nx run-many --target=build",
"lint": "nx run-many --target=lint:prettier,lint",
"lint:prettier": "prettier --check --ignore-unknown .",
"prettier": "prettier --ignore-unknown . --write",
"lint-staged": "lint-staged",
"test": "nx run-many --target=test",
"ci:setup": "nx run-many --target=setup",
Expand Down

0 comments on commit 7def468

Please sign in to comment.