brouter-web/.eslintrc.json
2023-05-16 11:31:32 +02:00

20 lines
408 B
JSON

{
"extends": ["plugin:compat/recommended"],
"env": {
"browser": true,
"es2021": true
},
"settings": {
"polyfills": [
"URL",
"URLSearchParams",
"Promise",
"navigator",
"Uint8Array",
"performance",
"location.hostname",
"document.body",
"fetch"
]
}
}