.
This commit is contained in:
parent
9285e77877
commit
b26c1d11f4
2 changed files with 3 additions and 2 deletions
|
|
@ -30,7 +30,8 @@
|
||||||
"useLiteralKeys": "off",
|
"useLiteralKeys": "off",
|
||||||
"noUselessConstructor": "off",
|
"noUselessConstructor": "off",
|
||||||
"useArrowFunction": "off",
|
"useArrowFunction": "off",
|
||||||
"useDateNow":"off"
|
"useDateNow":"off",
|
||||||
|
"noUselessFragments":"off"
|
||||||
},
|
},
|
||||||
"correctness": {
|
"correctness": {
|
||||||
"noEmptyPattern": "off",
|
"noEmptyPattern": "off",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "p-comuns",
|
"name": "p-comuns",
|
||||||
"version": "0.112.0",
|
"version": "0.113.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue