-
Notifications
You must be signed in to change notification settings - Fork 376
Open
Labels
Description
Right now only files in the browser/adapters/
folder are being linted:
Line 34 in c29154f
"lint": "eslint browser/adapters/*.js *.js", |
That glob should be expanded to something like: *.js browser/*.js browser/**/*.js
There are a bunch of linting errors in the browser/*.js
files, so those will need to be fixed.