Ignore target
directory when running ESLint (#25371)
Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
parent
52e3b1af7c
commit
168400f71c
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ module.exports = {
|
|||
ignorePatterns: [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"target",
|
||||
"keycloak-theme",
|
||||
"server",
|
||||
// Keycloak JS follows a completely different and outdated style, so we'll exclude it for now.
|
||||
|
|
Loading…
Reference in a new issue