Files
macroplan/.oxlintrc.json
2026-06-19 17:30:05 +02:00

12 lines
209 B
JSON

{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": ["typescript", "oxc"],
"env": {
"browser": true,
"es2024": true
},
"categories": {
"correctness": "error"
}
}