From daacb064514ad9a24dd1fcf8184ac3882541481e Mon Sep 17 00:00:00 2001
From: eduardDeploy <eduardDeploy>
Date: Mon, 16 Jan 2023 13:08:12 +0100
Subject: [PATCH] trying to ignore keycloak theme folder

---
 .eslintignore  | 2 +-
 .eslintrc.json | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.eslintignore b/.eslintignore
index bce5d5bc0..2a6a34aac 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -7,4 +7,4 @@ target/
 build/
 node/
 postcss.config.js
-src/main/resources/keycloak-theme
\ No newline at end of file
+src/main/resources/keycloak-theme/*
\ No newline at end of file
diff --git a/.eslintrc.json b/.eslintrc.json
index cb22919c9..b8e23b774 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -26,7 +26,8 @@
     "**/jquery*.js",
     "**/popper*.js",
     "**/joypixels.min.js",
-    "**/katex.min.js"
+    "**/katex.min.js",
+    "src/main/resources/keycloak-theme/*"
   ],
   "rules": {
     "@angular-eslint/component-selector": [
-- 
GitLab