Skip to content

Commit

Permalink
Set up new version of husky
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 committed Feb 28, 2023
1 parent c968966 commit 628cb53
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1,241 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
},
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 2018,
ecmaVersion: 2022,
},
plugins: ['@typescript-eslint'],
rules: {
Expand Down
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run lint
Loading

0 comments on commit 628cb53

Please sign in to comment.