cv_2026/.oxlintrc.json
jl 93c7dd0d0e
All checks were successful
CV build / build (push) Successful in 1m32s
init vue and build
2026-04-20 16:04:12 +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"
}
}