Browse Source

Fix prefix

pull/351/head
Thomas 4 years ago
parent
commit
88c48cce27
  1. 4
      libs/ui/.eslintrc.json

4
libs/ui/.eslintrc.json

@ -13,7 +13,7 @@
"error",
{
"type": "attribute",
"prefix": "ghostfolio",
"prefix": "gf",
"style": "camelCase"
}
],
@ -21,7 +21,7 @@
"error",
{
"type": "element",
"prefix": "ghostfolio",
"prefix": "gf",
"style": "kebab-case"
}
]

Loading…
Cancel
Save