forked from MapComplete/MapComplete
Chore: small cleanups, formatting
This commit is contained in:
parent
dce838b130
commit
35cbaa7c33
7 changed files with 24 additions and 43 deletions
|
@ -472,7 +472,7 @@ class PreparePersonalTheme extends DesugaringStep<ThemeConfigJson> {
|
|||
class WarnForUnsubstitutedLayersInTheme extends DesugaringStep<ThemeConfigJson> {
|
||||
constructor() {
|
||||
super(
|
||||
"Generates a warning if a theme uses an unsubstituted layer",
|
||||
"Generates a warning if a theme uses an inline layer; we recommend splitting of all layers in separate files",
|
||||
["layers"],
|
||||
"WarnForUnsubstitutedLayersInTheme"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue