Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestocarocca committed Dec 3, 2024
1 parent 3bba720 commit 31b37ce
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 @@ -6,7 +6,7 @@
"test": "OPENAI_API_KEY=dummy jest",
"prepare": "husky install",
"lint": "eslint .",
"pretty": "prettier --check --ignore-unknown .",
"pretty": "prettier --check --ignore-unknown .",
"pretty:fix": "prettier --write . && prettier --write readme-typescript-nodejs.md",
"typecheck": "tsc --noEmit -p tsconfig.json",
"dev": "nodemon",
Expand Down

0 comments on commit 31b37ce

Please sign in to comment.