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