New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(eslint-plugin): [naming-convention] better error message and docs for prefix/suffix #2195
Conversation
Add a note about prefix being trimmed before format is validated to make it more noticeable.
Thanks for the PR, @villelahdenvuo! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! |
Codecov Report
@@ Coverage Diff @@
## master #2195 +/- ##
=======================================
Coverage 93.42% 93.42%
=======================================
Files 173 173
Lines 7861 7862 +1
Branches 2242 2243 +1
=======================================
+ Hits 7344 7345 +1
Misses 245 245
Partials 272 272
|
…ng prefix/suffix option
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks heaps for contributing to the clarity of the complicated rule!!
Addresses #2187
Here's the current error message:

Proposed error message:
Better wording can be considered, I tried to keep it short and informative.