.
This commit is contained in:
parent
f6546e33af
commit
ab7556906a
2 changed files with 3 additions and 2 deletions
|
|
@ -20,7 +20,8 @@
|
||||||
"noBannedTypes": "off",
|
"noBannedTypes": "off",
|
||||||
"noForEach": "off",
|
"noForEach": "off",
|
||||||
"useLiteralKeys": "off",
|
"useLiteralKeys": "off",
|
||||||
"noUselessConstructor": "off"
|
"noUselessConstructor": "off",
|
||||||
|
"useArrowFunction": "off"
|
||||||
},
|
},
|
||||||
"correctness": {
|
"correctness": {
|
||||||
"noEmptyPattern": "off",
|
"noEmptyPattern": "off",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "p-comuns",
|
"name": "p-comuns",
|
||||||
"version": "0.39.0",
|
"version": "0.40.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue