7 lines
238 B
JSON
7 lines
238 B
JSON
{
|
|
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
|
"env": { "browser": true, "es2020": true, "es2022": true },
|
|
"settings": {
|
|
},
|
|
"rules": { "import/export": "error", "typescript/consistent-type-imports": "error" }
|
|
}
|