Skip to content

Commit

Permalink
fix: workflow lint-staged not working
Browse files Browse the repository at this point in the history
  • Loading branch information
tapeds committed Oct 18, 2024
1 parent 4f44283 commit da778ed
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Empty file modified .husky/commit-msg
100644 → 100755
Empty file.
Empty file modified .husky/post-merge
100644 → 100755
Empty file.
Empty file modified .husky/pre-commit
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion .lintstagedrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
"**/*.(ts|tsx)": () => "pnpm typecheck",

// Lint & Prettify TS and JS files
"**/*.(ts|tsx|js)": () => [`pnpm lint:strict `, `pnpm format:write`],
"**/*.(ts|tsx|js)": () => [`pnpm lint `, `pnpm format:write`],

// Prettify only Markdown and JSON files
"**/*.(md|json)": () => `pnpm format:write`,
Expand Down

0 comments on commit da778ed

Please sign in to comment.