Set of rules that analyse the naming of user defined elements within a program.
Module naming does not match the specified config.
Consistency aides readability.
Update the module's naming to be consistent with the rules you have specified
Note, any of the settings below can be omitted and will not be checked.
{
"moduleNames": {
"enabled": true,
"config": {
"naming": "PascalCase",
"underscores": "None"
}
}
}