Skip to content

Lint all the files #238

@chasenlehara

Description

@chasenlehara

Right now only files in the browser/adapters/ folder are being linted:

"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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions