brouter-web/.eslintrc.json
2021-02-12 10:07:02 +01:00

10 lines
245 B
JSON

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