Skip to content

Commit 1007cff

Browse files
committed
chore: minor updates
1 parent 1add684 commit 1007cff

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
],
7171
"cSpell.ignorePaths": [
7272
"node_modules",
73-
"lang/de.yml"
7473
],
7574
"cSpell.dictionaries": [
7675
"custom-dictionary"

bun.lockb

0 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,20 @@
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": {

tsconfig.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,12 @@
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
}

0 commit comments

Comments
 (0)