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, again
Browse files Browse the repository at this point in the history
  • Loading branch information
justinthelaw committed Feb 29, 2024
1 parent 6820059 commit 0cdf674
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dist/
# configuration
.eslintrc.*
*.config.js
commitlint.config.cjs

# misc
.DS_Store
Expand Down
File renamed without changes.
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", "commitlint.config.js"],
"exclude": ["node_modules", "dist", "fixtures", ".venv", "commitlint.config.cjs"],
"extends": "./.svelte-kit/tsconfig.json"
}

0 comments on commit 0cdf674

Please sign in to comment.