Skip to content

Commit

Permalink
Ignore external configuration and Husky install script
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus21337 committed Oct 16, 2024
1 parent e3510f5 commit 7d3254d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default typescript.config(
...typescript.configs.stylistic,
...astro.configs.recommended,
{
ignores: ["node_modules/", ".astro/"],
ignores: ["external/", "node_modules/", ".astro/", ".husky/"],
},
{
rules: {
Expand Down

0 comments on commit 7d3254d

Please sign in to comment.