webextension-polyfill/src/.eslintrc

9 lines
149 B
Plaintext
Raw Normal View History

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