This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
function-name: add private static method regex #498
Labels
Difficulty: Easy
Someone with little to no experience in TSLint should be able to send a pull request for this issue.
Status: In Discussion
Please continue discussing the proposed change before sending a pull request.
Type: Rule Feature
Adding a feature to an existing rule.
Milestone
If you have a private static method, currently I believe the linter reads it as private first and then uses the private regex. But I believe it should still use the static regex, since its a static method and its a great way to show that it is.
so private static methods currently are linted to be: getPotatoes() instead of GET_POTATOES().
Was wondering if y'all agree.
The text was updated successfully, but these errors were encountered: