Hey everyone ,
When working with Hilla and React, I like it to have some additional support from ESLint to make sure my code follows existing best practices for React. Therefore, I usually install and configure ESLint and the plugins eslint-plugin-react
and eslint-plugin-react-hooks
in most of my projects.
I would like to know what other devs do in this area? What tools do you use to make sure your React code follows existing best practices?