This commit is contained in:
Luiz Silva 2024-07-19 10:52:22 -03:00
parent f6546e33af
commit ab7556906a
2 changed files with 3 additions and 2 deletions

View file

@ -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",

View file

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