noAsyncPromiseExecutor

This commit is contained in:
Luiz Silva 2025-03-10 16:31:01 -03:00
parent 45e634f7e2
commit 7d4fe4ad61
2 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,8 @@
"noDoubleEquals": "off",
"noExplicitAny": "off",
"noDebugger": "off",
"noApproximativeNumericConstant": "off"
"noApproximativeNumericConstant": "off",
"noAsyncPromiseExecutor": "off"
},
"style": {
"noUselessElse": "off"

View file

@ -1,6 +1,6 @@
{
"name": "p-comuns",
"version": "0.100.0",
"version": "0.101.0",
"description": "",
"main": "dist/index.js",
"scripts": {