Skip to content

Commit

Permalink
build: eslint, prettier, husky, commit linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben committed Jan 24, 2024
1 parent bff79eb commit 6c9ad82
Show file tree
Hide file tree
Showing 6 changed files with 8,248 additions and 5,146 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const config = {
],
"@typescript-eslint/interface-name-prefix": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"no-unused-vars": "off",
"no-unused-vars": "warn",
"no-dupe-else-if": "error",
"no-dupe-keys": "error",
"no-duplicate-imports": "error",
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm lint-staged
npx lint-staged
Binary file modified bun.lockb
Binary file not shown.
Loading

0 comments on commit 6c9ad82

Please sign in to comment.