Skip to content

Enhancement: Create eslint rule to check if the command's class name matches the naming convention #1819

@rabwill

Description

@rabwill

Checks if the command’s class name matches the naming convention.
Rule should check if the class name is a combination of Service +CommandName + Command which is basically the name property of the command.

e.g. A command for installing app in teams

Service : Teams
CommandName: App Install

Name property: TEAMS_APP_INSTALL.

And the class name should be TeamsAppInstallCommand

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions