Skip to content

Commit

Permalink
Merge branch 'main' into checkResync-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwylie19 authored Oct 18, 2024
2 parents fa8cdee + 44e1197 commit 5f7d2f9
Show file tree
Hide file tree
Showing 4 changed files with 707 additions and 8 deletions.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx lint-staged --verbose
5 changes: 5 additions & 0 deletions .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"*.ts": ["prettier --write", "eslint --fix"],
"*.js": ["prettier --write", "eslint --fix"],
"*.json": ["prettier --write"]
}
Loading

0 comments on commit 5f7d2f9

Please sign in to comment.