cyclejs-community/redux-cycles

Linter

nickbalestra opened this issue · 4 comments

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

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

couple of options:

  • standard
  • prettier (suggested by @staltz)

What about using eslint?

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

I would highly recommend it.