diff --git a/.husky/commit-msg b/.husky/commit-msg old mode 100644 new mode 100755 diff --git a/.husky/post-merge b/.husky/post-merge old mode 100644 new mode 100755 diff --git a/.husky/pre-commit b/.husky/pre-commit old mode 100644 new mode 100755 diff --git a/.lintstagedrc.js b/.lintstagedrc.js index 5bb8f74..d64b601 100644 --- a/.lintstagedrc.js +++ b/.lintstagedrc.js @@ -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`,