File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 7070 ],
7171 "cSpell.ignorePaths" : [
7272 " node_modules" ,
73- " lang/de.yml"
7473 ],
7574 "cSpell.dictionaries" : [
7675 " custom-dictionary"
Original file line number Diff line number Diff line change 5050 "typecheck" : " tsc --noEmit"
5151 },
5252 "devDependencies" : {
53+ "@commitlint/cli" : " ^18.6.1" ,
5354 "@stacksjs/eslint-config" : " ^0.58.73" ,
5455 "@types/bun" : " ^1.0.6" ,
5556 "@types/node" : " ^20.11.19" ,
5657 "bumpp" : " ^9.3.0" ,
5758 "changelogen" : " ^0.5.5" ,
5859 "commitizen" : " ^4.3.0" ,
5960 "cz-git" : " ^1.8.0" ,
60- "eslint" : " ^8.56.0" ,
6161 "lint-staged" : " ^15.2.2" ,
6262 "simple-git-hooks" : " ^2.9.0" ,
6363 "typescript" : " ^5.3.3"
6464 },
6565 "simple-git-hooks" : {
66- "pre-commit" : " bunx --no-install lint-staged" ,
66+ "pre-commit" : " bun lint-staged" ,
6767 "commit-msg" : " bunx --no -- commitlint --edit $1"
6868 },
6969 "lint-staged" : {
Original file line number Diff line number Diff line change 1919 "forceConsistentCasingInFileNames" : true ,
2020 "skipDefaultLibCheck" : true ,
2121 "skipLibCheck" : true
22- }
22+ },
23+ "include" : [
24+ " ./*.ts" ,
25+ " ./**/*.ts"
26+ ],
27+ "exclude" : [
28+ " node_modules"
29+ ]
2330}
You can’t perform that action at this time.
0 commit comments