In particular I’d like to use PureScript for a project, but I want to avoid having people use points-free style since it can make code more difficult to understand.
1 Like
Funny you should ask this. I’m actually working on a couple of different tools. One of which is a linter. No ETA yet, but a release for some of these are on the scale of weeks rather than months. I’ll be sure to announce here when it’s released.
6 Likes
Items on my linter wishlist are warnings for:
- Variable shadowing
- Unused variables