optimizely / nuclear-js

Reactive Flux built with ImmutableJS data structures. Framework agnostic.
https://optimizely.github.io/nuclear-js/
MIT License
2.23k stars 142 forks source link

Fix outstanding lint warnings #221

Closed gerges-zz closed 7 years ago

gerges-zz commented 7 years ago
Running "eslint:src" (eslint) task

Running "eslint:tests" (eslint) task

Running "eslint:grunt" (eslint) task

Running "eslint:docs_grunt" (eslint) task

Done, without errors.
gerges-zz commented 7 years ago

We should probably look at upgrading eslint at some point, but due to a lot of rule name and param changes it was causing enough of a headache that I thought I'd just fix the current version first.

jordangarcia commented 7 years ago

Thanks @gerges