Ignore target directory when running ESLint (#25371)

Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
Jon Koops 2023-12-07 11:50:25 +01:00 committed by GitHub
parent 52e3b1af7c
commit 168400f71c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.