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",
|
"noDoubleEquals": "off",
|
||||||
"noExplicitAny": "off",
|
"noExplicitAny": "off",
|
||||||
"noDebugger": "off",
|
"noDebugger": "off",
|
||||||
"noApproximativeNumericConstant": "off"
|
"noApproximativeNumericConstant": "off",
|
||||||
|
"noAsyncPromiseExecutor": "off"
|
||||||
},
|
},
|
||||||
"style": {
|
"style": {
|
||||||
"noUselessElse": "off"
|
"noUselessElse": "off"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "p-comuns",
|
"name": "p-comuns",
|
||||||
"version": "0.100.0",
|
"version": "0.101.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue