alexweininger/recent-pdf

Add chrome to Eslint config

alexweininger opened this issue · 1 comments

Need to add something to the Eslint config to resolve the errors surrounding "chrome" being undeclared.

Probably something like this:

"env": {
    // ...
    "webextensions": true 
}

More info here