Files

11 lines
217 B
JSON
Raw Permalink Normal View History

2026-06-18 16:36:31 +08:00
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": ["eslint", "typescript", "unicorn", "oxc", "vue"],
"env": {
"browser": true
},
"categories": {
"correctness": "error"
}
}