-
-
Notifications
You must be signed in to change notification settings - Fork 925
Labels
Description
Following on from #17527 which added support for dynamic config files to oxlint, we should ship this functionality to oxfmt.
This allows more complicated rule configurations.
Supported files
- oxfmt.config.ts
We can use node.js native typescript support as we depend on node >v22.18.0.
API
import { defineConfig } from "oxlint";
export default defineConfig({
"printWidth": 123
});note: This should be achieved by generalizing the work implemented in oxlint.
References
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackPriority
None yet
Start date
None yet
Target date
None yet
Effort
None yet