Make ESLint do the Work — Adding Custom Rules
Find out how to leverage ESLint to encourage your own best practices, by creating your own linting rules.
Oct 27, 20214 min read5
Search for a command to run...
Articles tagged with #javascript
Find out how to leverage ESLint to encourage your own best practices, by creating your own linting rules.
Some lessons that I learned while adding Ramda to a project, to help with taking a more functional approach.

Sometimes when writing an app, we need to show some web page to the user. We may want them to be able to interact with the page, but also…