mirror of
https://github.com/tnb-labs/panel.git
synced 2026-09-21 05:11:14 +08: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"
|
|
}
|
|
}
|