Files
helori_ollivier fb1bfa6123 initial commit
2026-04-19 21:33:42 +02:00

11 lines
217 B
JSON

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