alexweininger / recent-pdf

a chrome extension for easy access to recently viewed PDF files

Home Page:https://chrome.google.com/webstore/detail/recent-pdf/ihjgdammecebcjinfmllgniaeneabkdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add chrome to Eslint config

alexweininger opened this issue · 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