mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
10 lines
175 B
JSON
10 lines
175 B
JSON
{
|
|
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
|
"plugins": ["typescript", "vue"],
|
|
"env": {
|
|
"builtin": true,
|
|
"browser": true
|
|
},
|
|
"rules": {}
|
|
}
|