noAsyncPromiseExecutor
This commit is contained in:
parent
45e634f7e2
commit
7d4fe4ad61
2 changed files with 3 additions and 2 deletions
|
|
@ -12,7 +12,8 @@
|
|||
"noDoubleEquals": "off",
|
||||
"noExplicitAny": "off",
|
||||
"noDebugger": "off",
|
||||
"noApproximativeNumericConstant": "off"
|
||||
"noApproximativeNumericConstant": "off",
|
||||
"noAsyncPromiseExecutor": "off"
|
||||
},
|
||||
"style": {
|
||||
"noUselessElse": "off"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-comuns",
|
||||
"version": "0.100.0",
|
||||
"version": "0.101.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue