chore: add oxlint type-aware lint

This commit is contained in:
Peter Steinberger
2025-12-23 00:28:33 +00:00
parent ce04308c17
commit f5837dff9c
3 changed files with 158 additions and 2 deletions

View File

@@ -7,7 +7,8 @@
},
"files": {
"includes": [
"src/**/*.ts"
"src/**/*.ts",
"test/**/*.ts"
]
},
"linter": {