Bugfix/ts style2 (#18)
Some checks failed
Java CI with Gradle / build (push) Has been cancelled

This commit is contained in:
Michael N. Lipp 2023-11-01 17:12:29 +01:00 committed by GitHub
parent 39a2a0389e
commit 350446b522
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -11,6 +11,6 @@
}
]
},
"ignorePatterns": ["src/**/*.test.ts", "build/**"]
"ignorePatterns": ["src/**/*.test.ts", "build/**/*"]
}