From 88c48cce27e3e2032e4b4391ad82b8a2fef2c58c Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Tue, 7 Sep 2021 21:53:45 +0200 Subject: [PATCH] Fix prefix --- libs/ui/.eslintrc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ]