Linter
nickbalestra opened this issue · 4 comments
nickbalestra commented
I wanted to add some linting to the project, any suggestion/preferences? (my +1 goes for standard)
lmatteis commented
I don't have much experience with this. What's most common in the FRP community?
nickbalestra commented
couple of options:
- standard
- prettier (suggested by @staltz)
lmatteis commented
What about using eslint?
Widdershin commented
I have used eslint, it's fast and great and can fix most issues automatically.
I would highly recommend it.