mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
14 lines
226 B
JSON
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"
|
|
}
|
|
}
|