Skip to content

Commit

Permalink
Prettier works better when you tell it a path to look at
Browse files Browse the repository at this point in the history
  • Loading branch information
neozenith committed Jan 17, 2025
1 parent 4503d07 commit 953f219
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 @@ -11,7 +11,7 @@
"dev": "webpack-dev-server",
"fetchEvents": "ts-node ./fetch-events/fetch-events.ts",
"format": "prettier --write .",
"format-check": "prettier --check",
"format-check": "prettier --check .",
"lint": "npx eslint",
"typecheck": "tsc",
"test": "npx playwright test"
Expand Down

0 comments on commit 953f219

Please sign in to comment.