Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tcastelly committed Nov 7, 2024
1 parent 6a5d023 commit 276d9d3
Show file tree
Hide file tree
Showing 4 changed files with 664 additions and 710 deletions.
3 changes: 1 addition & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint
npx lint-staged
9 changes: 9 additions & 0 deletions lint-staged.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
'*.{js,jsx}': [
'eslint --cache --fix',
],
'*.{ts,tsx}': [
() => 'tsc --skipLibCheck --noEmit',
'eslint --cache --fix',
],
};
Loading

0 comments on commit 276d9d3

Please sign in to comment.