Skip to content

Commit

Permalink
fix: resolve linting issues (fixes #268) (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander authored May 16, 2024
1 parent 22430a0 commit 032b6b8
Show file tree
Hide file tree
Showing 6 changed files with 585 additions and 391 deletions.
3 changes: 0 additions & 3 deletions .commitlintrc.json

This file was deleted.

5 changes: 5 additions & 0 deletions .commitlintrc.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export default {
extends: [
"@commitlint/config-conventional"
]
};
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

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

npm test && npm run lint
Loading

0 comments on commit 032b6b8

Please sign in to comment.