nameOfTeams - SpyglassMC/Spyglass GitHub Wiki
Enforce a consistent team naming convention.
- (
"camelCase") - (
"PascalCase") - (
"snake_case") - (
"SCREAMING_SNAKE_CASE") - (
"kebab-case")
{
"nameOfTeams": null
}team add testObjective
team add TestObjective
team add test_objective
team add TEST_OBJECTIVE
team add test-objective{
"nameOfTeams": ["warning", "snake_case"]
}team add test_objectiveteam add testObjective
team add TestObjective
team add TEST_OBJECTIVE
team add test-objectiveThis rule was introduced in DHP 2.0.0.