Follow-up: #98 (comment)
Tooling
Opening this issue as a reminder to work on this once #98 is completed, and to clarify a couple of related points:
Questions
-
Type checking strategy
Given that we’re using oxlint, there are two possible approaches:
- Maintain a separate
typecheck script using tsc
- Enable
oxlint options.typecheck and report typescript diagnostics alongside lint errors
-
Additional code checks
Should we also integrate knip to detect unused files, exports, and dependencies?
Follow-up: #98 (comment)
Tooling
oxfmt(Addoxfmtto the repo #100)oxlint(Addoxlintto the repo #102)Opening this issue as a reminder to work on this once #98 is completed, and to clarify a couple of related points:
Questions
Type checking strategy
Given that we’re using
oxlint, there are two possible approaches:typecheckscript usingtscoxlintoptions.typecheckand reporttypescriptdiagnostics alongside lint errorsAdditional code checks
Should we also integrate
knipto detect unused files, exports, and dependencies?