Skip to content

Commit

Permalink
Merge pull request #29 from Matt-Hurd/mhurd/bugfix/vite_tsx_warnings
Browse files Browse the repository at this point in the history
Fix new build warnings from vite
  • Loading branch information
Matt-Hurd authored Aug 16, 2023
2 parents b6b64a6 + b40eaa1 commit 882440c
Show file tree
Hide file tree
Showing 12 changed files with 640 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[*]
end_of_line = lf
insert_final_newline = true
max_line_length = 120
max_line_length = 120
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
Loading

0 comments on commit 882440c

Please sign in to comment.