build
This commit is contained in:
parent
785588b37e
commit
c103e34fa3
2 changed files with 3 additions and 2 deletions
|
|
@ -18,7 +18,8 @@
|
||||||
},
|
},
|
||||||
"complexity": {
|
"complexity": {
|
||||||
"noBannedTypes": "off",
|
"noBannedTypes": "off",
|
||||||
"noForEach": "off"
|
"noForEach": "off",
|
||||||
|
"useLiteralKeys": "off"
|
||||||
},
|
},
|
||||||
"correctness": {
|
"correctness": {
|
||||||
"noEmptyPattern": "off"
|
"noEmptyPattern": "off"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "~comuns",
|
"name": "~comuns",
|
||||||
"version": "0.19.0",
|
"version": "0.20.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue