att / rcloud

Collaborative data analysis and visualization
http://rcloud.social
MIT License
430 stars 142 forks source link

Lint the JS #2624

Closed gordonwoodhull closed 5 years ago

gordonwoodhull commented 5 years ago

@JABedford mentioned in #2623 that ESLint is the latest and greatest JS linter.

I want to detect accidental globals and other really dangerous stuff.

But I want to be extremely conservative about this in the first pass - no stylistic conventions, no brace rules.

We can start out with a minimal configuration and then add other features as we run into problems.

jameesy commented 5 years ago

I'll get to work on setting up a suitable config.

gordonwoodhull commented 5 years ago

Implemented in #2625