Closed djudjuu closed 4 years ago
I am not sure which one to use, or if linter adds any significant value, given that we are using typescript. I use prettier for formatting though and find it pretty useful. Eslint seems to be the standard when I google "nextjs linter". This guide looks good.
On a sidenote: I saw this come up Rome. Interesting discussion followed https://news.ycombinator.com/item?id=24094377 It looks simple to use.
I just saw your comment on #34. It makes sense to use linter for keeping consistent casing. Thanks.
Closed in favor of #59
we should probably take one tat works for typescipt too... there is tsling (from palantir though :/ )...and this one:
https://github.com/google/gts
what do you think?