diff --git a/libs/ui/.eslintrc.json b/libs/ui/.eslintrc.json index 7b1712f15..80487666a 100644 --- a/libs/ui/.eslintrc.json +++ b/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" } ]