This commit is contained in:
Luiz Silva 2026-04-14 10:32:47 -03:00
parent 02d47d893a
commit ed62e06056
3 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@
"noExplicitAny": "off",
"noApproximativeNumericConstant": "off",
"noAsyncPromiseExecutor": "off",
"noEmptyBlockStatements": "warn",
"noEmptyBlockStatements": "off",
"noConsole": "off",
"noArrayIndexKey": "warn"
},