[class-name-casing] apply same rules on type alias #671
Labels
enhancement: plugin rule option
New rule option for an existing eslint-plugin rule
has pr
there is a PR raised to close this
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Uh oh!
There was an error while loading. Please reload this page.
Currently
class-name-casing
applies only forclass
andinterface
. It would be nice ( for consistent codebase ) to apply this rule also ontype
. probablyenum
should use this as well.Maybe it should be extracted to separate rule as
class-name-casing
is too confusing by it's name.Suggested rule rename/new name (for interface/type/enum) ->
types-casing
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: