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", "error",
{ {
"type": "attribute", "type": "attribute",
"prefix": "ghostfolio", "prefix": "gf",
"style": "camelCase" "style": "camelCase"
} }
], ],
@ -21,7 +21,7 @@
"error", "error",
{ {
"type": "element", "type": "element",
"prefix": "ghostfolio", "prefix": "gf",
"style": "kebab-case" "style": "kebab-case"
} }
] ]

Loading…
Cancel
Save