This commit is contained in:
2024-06-17 17:34:06 +02:00
parent da23315ab9
commit 97b4e2d7b1
409 changed files with 4274 additions and 15396 deletions

9
.github/linters/.jscpd.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"threshold": 0,
"reporters": ["html", "markdown"],
"ignore": [
"**/.git/**",
"**/*.md",
"**/.github/**"
]
}