Skip to content

Commit

Permalink
chore(lintstaged): fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnigos committed Oct 3, 2024
1 parent 9e3742e commit 0f9e57c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpm run commitlint --edit $1
pnpm commitlint --edit $1
3 changes: 2 additions & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"*.{js,jsx,ts,tsx}": "pnpm run lint --"
"*.{js,jsx,ts,tsx}": "eslint --fix --cache",
"*.json": "prettier --write"
}
1 change: 0 additions & 1 deletion apps/api/dist/tsconfig.build.tsbuildinfo

This file was deleted.

0 comments on commit 0f9e57c

Please sign in to comment.