cv_2026/.oxlintrc.json
jl 59e7abfda4
Some checks are pending
CV build / buid (push) Waiting to run
init vue and build
2026-04-17 10:34:52 +02:00

11 lines
227 B
JSON

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