Skip to content

Commit

Permalink
lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackTheCode016 committed Aug 28, 2023
1 parent 0f0994f commit 71fd4e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn prettier --write .
npx lint-staged
3 changes: 3 additions & 0 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"*": " prettier --write"
}

0 comments on commit 71fd4e5

Please sign in to comment.