cyclejs-community / redux-cycles

Bring functional reactive programming to Redux using Cycle.js
MIT License
745 stars 30 forks source link

Linter #9

Closed nickbalestra closed 7 years ago

nickbalestra commented 7 years ago

I wanted to add some linting to the project, any suggestion/preferences? (my +1 goes for standard)

lmatteis commented 7 years ago

I don't have much experience with this. What's most common in the FRP community?

nickbalestra commented 7 years ago

couple of options:

lmatteis commented 7 years ago

What about using eslint?

Widdershin commented 7 years ago

I have used eslint, it's fast and great and can fix most issues automatically.

I would highly recommend it.