This commit is contained in:
Luiz H. R. Silva 2024-06-01 15:10:20 -03:00
parent 785588b37e
commit c103e34fa3
2 changed files with 3 additions and 2 deletions

View file

@ -18,7 +18,8 @@
}, },
"complexity": { "complexity": {
"noBannedTypes": "off", "noBannedTypes": "off",
"noForEach": "off" "noForEach": "off",
"useLiteralKeys": "off"
}, },
"correctness": { "correctness": {
"noEmptyPattern": "off" "noEmptyPattern": "off"

View file

@ -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": {