2019-01-28 17:49:25 +00:00
|
|
|
{
|
|
|
|
"env": {
|
2019-01-28 17:56:40 +00:00
|
|
|
"browser": true,
|
2019-01-28 17:49:25 +00:00
|
|
|
"node": false,
|
2019-01-28 17:56:40 +00:00
|
|
|
"webextensions": true,
|
2019-01-28 17:49:25 +00:00
|
|
|
},
|
|
|
|
"globals": {
|
|
|
|
// Allow the `module` global, but not the `require(…)` function
|
|
|
|
"module": false,
|
|
|
|
},
|
2019-01-28 17:56:40 +00:00
|
|
|
}
|