Skip to content

Commit

Permalink
fix: update eslint ignores
Browse files Browse the repository at this point in the history
Add .husky directory to eslint ignores for consistency.
  • Loading branch information
gentlementlegen committed Oct 11, 2024
1 parent 4ebcb41 commit 758145b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default tsEslint.config({
"@typescript-eslint": tsEslint.plugin,
"check-file": checkFile,
},
ignores: [".github/knip.ts", "**/.wrangler/**", "jest.config.ts"],
ignores: [".github/knip.ts", "**/.wrangler/**", "jest.config.ts", ".husky/**"],
extends: [eslint.configs.recommended, ...tsEslint.configs.recommended, sonarjs.configs.recommended],
languageOptions: {
parser: tsEslint.parser,
Expand Down

0 comments on commit 758145b

Please sign in to comment.