Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
ignore commitlint js
Browse files Browse the repository at this point in the history
  • Loading branch information
justinthelaw committed Feb 29, 2024
1 parent fd5e0a1 commit 6820059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*.ts*", "src/**/*.js*", "src/**/*.svelte", "tests/**/*.ts"],
"exclude": ["node_modules", "dist", "fixtures", ".venv"],
"exclude": ["node_modules", "dist", "fixtures", ".venv", "commitlint.config.js"],
"extends": "./.svelte-kit/tsconfig.json"
}

0 comments on commit 6820059

Please sign in to comment.