mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-03 12:04:57 +08:00
missing styles in the config validation
This commit is contained in:
parent
c12852eef2
commit
ad664812be
1 changed files with 9 additions and 1 deletions
|
@ -62,7 +62,15 @@ const CONFIG_SCHEMA = joi.object({
|
|||
keymapMode: joi.string().valid("off", "static", "react", "next"),
|
||||
keymapStyle: joi
|
||||
.string()
|
||||
.valid("staggered", "alice", "matrix", "split", "split_matrix"),
|
||||
.valid(
|
||||
"staggered",
|
||||
"alice",
|
||||
"matrix",
|
||||
"split",
|
||||
"split_matrix",
|
||||
"steno",
|
||||
"steno_matrix"
|
||||
),
|
||||
keymapLegendStyle: joi
|
||||
.string()
|
||||
.valid("lowercase", "uppercase", "blank", "dynamic"),
|
||||
|
|
Loading…
Add table
Reference in a new issue