-
Notifications
You must be signed in to change notification settings - Fork 27
Tooling & typecheck #99
Copy link
Copy link
Open
Description
Follow-up: #98 (comment)
Tooling
- Formatter:
oxfmt(Addoxfmtto the repo #100) - Linter:
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 usingoxlint, there are two possible approaches:- Maintain a separate
typecheckscript usingtsc - Enable
oxlintoptions.typecheckand reporttypescriptdiagnostics alongside lint errors
- Maintain a separate
-
Additional code checks
Should we also integrateknipto detect unused files, exports, and dependencies?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels