1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

Formatting and Linting

This commit is contained in:
Joe 2020-08-13 09:05:22 +01:00
parent b0e31a09b4
commit 25b71c4e86
2 changed files with 20 additions and 15 deletions

View file

@ -16,15 +16,12 @@
const joinPath = join("/")
const normalizedName = name =>
pipe(
name,
[
pipe(name, [
trimCharsStart("./"),
trimCharsStart("~/"),
trimCharsStart("../"),
trimChars(" "),
]
)
])
const changeScreen = screen => {
store.setCurrentScreen(screen.props._instanceName)

View file

@ -448,7 +448,15 @@ export default {
label: "Card Width",
key: "cardWidth",
control: OptionSelect,
options: [ "24rem", "28rem", "32rem", "40rem", "48rem", "60rem", "100%"],
options: [
"24rem",
"28rem",
"32rem",
"40rem",
"48rem",
"60rem",
"100%",
],
placeholder: "Card Height",
},
{
@ -468,7 +476,7 @@ export default {
],
},
},
]
],
},
{