webextension-polyfill/src/.eslintrc

12 lines
198 B
Plaintext

{
"env": {
"browser": true,
"node": false,
"webextensions": true,
},
"globals": {
// Allow the `module` global, but not the `require(…)` function
"module": false,
},
}