You need to add:
"env": {
// ...
"webextensions": true
}
to your .eslintrc.json
file or eslint configuration in general.
You need to add:
"env": {
// ...
"webextensions": true
}
to your .eslintrc.json
file or eslint configuration in general.