mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
9 lines
193 B
JSON
9 lines
193 B
JSON
{
|
|
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
|
"plugins": ["vue", "typescript", "unicorn", "oxc"],
|
|
"env": {
|
|
"builtin": true,
|
|
"es2021": true
|
|
}
|
|
}
|