cv_2026/.oxlintrc.json
jl 331fd4a1c7
All checks were successful
CV build / buid (push) Successful in 2m33s
init vue and build
2026-04-16 22:09:36 +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"
}
}