Skip to content

Commit

Permalink
chore: prettier on stage for all apps (#431)
Browse files Browse the repository at this point in the history
Co-authored-by: yoko <[email protected]>
  • Loading branch information
ojeytonwilliams and sidemt authored Feb 10, 2024
1 parent 977ab27 commit cb366aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/backend/.lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"**/*.{js,jsx,ts,tsx}": "eslint"
"**/*.{js,jsx,ts,tsx}": "eslint",
"*": "prettier --ignore-unknown --write"
}
3 changes: 2 additions & 1 deletion apps/frontend/.lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"**/*.{js,jsx,ts,tsx}": "eslint"
"**/*.{js,jsx,ts,tsx}": "eslint",
"*": "prettier --ignore-unknown --write"
}

0 comments on commit cb366aa

Please sign in to comment.