eslint-plugin-core-practices
v1.0.0
Published
Custom lint rules for javascript projects to enforce core coding practices
Downloads
1
Maintainers
Readme
eslint-plugin-core-practices
Custom lint rules for Javascript projects to ensure core coding practices apart from all the other standard rules.
Some of the core principles it enforces-
- Function name starting with verb
- Class name not starting with verb
- Boolean names starting with
is
,can
,should
etc.
There will be many more added pretty soon.
When should you use it?
If you are continuously raising these points in different code reviews and thinking of having a lint gate instead of you repeating yourself would be much better- then this is for you!