Skip to content

Commit

Permalink
Merge pull request #416 from Airfordable/update-dev-deps
Browse files Browse the repository at this point in the history
Update dev deps
  • Loading branch information
simon-abbott authored Jan 14, 2025
2 parents 9466fb6 + ac84c00 commit ab4ab45
Show file tree
Hide file tree
Showing 6 changed files with 6,979 additions and 7,576 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ module.exports = {
},
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/stylistic',
'plugin:prettier/recommended',
],
parser: '@typescript-eslint/parser',
Expand Down
1 change: 0 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install lint-staged
1 change: 0 additions & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run lint
Loading

0 comments on commit ab4ab45

Please sign in to comment.