mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2026-02-25 02:20:17 +00:00
11 lines
227 B
JSON
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"
|
||
|
|
}
|
||
|
|
}
|