Files
akvorado/console/frontend/.oxlintrc.json
2025-09-14 10:06:23 +02:00

9 lines
193 B
JSON

{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": ["vue", "typescript", "unicorn", "oxc"],
"env": {
"builtin": true,
"es2021": true
}
}