This commit is contained in:
Luiz H. R. Silva 2024-06-01 15:10:20 -03:00
parent 785588b37e
commit c103e34fa3
2 changed files with 3 additions and 2 deletions

View file

@ -18,7 +18,8 @@
},
"complexity": {
"noBannedTypes": "off",
"noForEach": "off"
"noForEach": "off",
"useLiteralKeys": "off"
},
"correctness": {
"noEmptyPattern": "off"