Skip to content

Commit

Permalink
build(deps-dev): update dependency prettier to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Jul 21, 2023
1 parent 1a22605 commit f00441c
Show file tree
Hide file tree
Showing 8 changed files with 670 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install pretty-quick --staged
npx --no-install lint-staged
3 changes: 3 additions & 0 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"*.ts": "eslint --fix"
}
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"singleQuote": true
"singleQuote": true,
"trailingComma": "es5"
}
Loading

0 comments on commit f00441c

Please sign in to comment.