Skip to content

Commit

Permalink
chore: add additional build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Jul 24, 2023
1 parent 45cf95e commit 032f6f4
Show file tree
Hide file tree
Showing 6 changed files with 318 additions and 286 deletions.
5 changes: 4 additions & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"*.+(js|ts|tsx)": ["eslint", "prettier --write 'src/**/*.(js|ts|tsx)'"]
"*.+(js|ts|tsx)": [
"eslint",
"prettier --write 'src/**/*.(js|ts|tsx)'"
]
}
10 changes: 0 additions & 10 deletions check_node_version.js

This file was deleted.

Loading

0 comments on commit 032f6f4

Please sign in to comment.