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
+11
View File
@@ -0,0 +1,11 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-lines-per-function": 0,
"max-params": 0,
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
},
}