solved lab

This commit is contained in:
schrom01
2022-11-24 21:06:23 +01:00
parent aa8786c63c
commit 3ab6cc0b8a
430 changed files with 62550 additions and 29 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
"indent": [2, 4],
"max-nested-callbacks": [2, 3],
"max-params": [2, 3],
"max-statements": [2, 20],
"no-new-func": [1],
"strict": [0]
}
}