Skip to content

Commit

Permalink
prettier: use command-line arguments instead
Browse files Browse the repository at this point in the history
Better to use a single command-line argument than having a whole
configuration file with a single setting.
  • Loading branch information
myhro committed Oct 23, 2024
1 parent d3ed847 commit f2171e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .prettierrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lint:
DEBUG=eslint:cli-engine npx eslint --ext .js --ext .ts functions/

prettier:
npx prettier --write functions/
npx prettier --single-quote --write functions/

serve:
BROWSER=none npx wrangler pages dev .
Expand Down

0 comments on commit f2171e0

Please sign in to comment.