Are there any recommendations on ESlint rules/plugins to enforce the naming conventions?
To be honest, this is something that needs to be controlled by oneself. I've seen some rules like "arrays should be in plural form," but they worked very poorly. There are better options, for example, some libraries like Reatom provide their ESLint plugins, and they are quite good. But there are very few of them.
In general, most of the time, namings need to be controlled by oneself. That's why they are so important.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Great stuff! Are there any recommendations on ESlint rules/plugins to enforce the naming conventions?
Hey @craigrich !
Thank you!
To be honest, this is something that needs to be controlled by oneself. I've seen some rules like "arrays should be in plural form," but they worked very poorly. There are better options, for example, some libraries like Reatom provide their ESLint plugins, and they are quite good. But there are very few of them.
In general, most of the time, namings need to be controlled by oneself. That's why they are so important.