2024 day 12

This commit is contained in:
2024-12-12 23:05:57 +01:00
parent f497ad035b
commit 545b8c9259
5 changed files with 355 additions and 1 deletions

View File

@@ -19,7 +19,12 @@
"linter": {
"enabled": true,
"rules": {
"recommended": true
"recommended": true,
"complexity": {
"noForEach": {
"level": "off"
}
}
}
},
"javascript": {