Hangar/frontend/.oxlint.json
2024-08-29 20:34:55 +02:00

14 lines
226 B
JSON

{
"env": {
"browser": true
},
"settings": {},
"rules": {
"no-unused-vars": "allow",
"import/namespace": "warn",
"import/no-cycle": "warn",
"import/named": "warn",
"import/default": "warn"
}
}