Skip to content

Commit

Permalink
Applying prettier to all code, setting up commit hook and eslint configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswest committed Dec 3, 2024
1 parent a9edc95 commit fbc3a7b
Show file tree
Hide file tree
Showing 170 changed files with 25,243 additions and 21,970 deletions.
2 changes: 2 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
npx lint-staged
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ dist
src/app-directory/*/target
node_modules
coverage
.nyc_output
.nyc_output
build
Loading

0 comments on commit fbc3a7b

Please sign in to comment.