Add ESLint Rule for Consistent Variable Naming #3184
sudhanshuku01
started this conversation in
Ideas
Replies: 2 comments 5 replies
-
That is a good idea. The current linting isn't very strict anyway, and it would also help to make it more strict in general to ensure the code base has a consistent code style. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Could I collaborate on this by implementing most of the standard ESLint rules? Should I initiate an issue based on our discussion? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This proposal suggests adding an ESLint rule to Math.js to enforce consistent variable naming conventions. By ensuring all variables follow the same naming pattern, we can enhance code readability and maintainability across the library's codebase.
Beta Was this translation helpful? Give feedback.
All reactions