This commit is contained in:
Luiz Silva 2025-06-30 13:22:14 -03:00
parent eb88195f6a
commit 7fa14a5095
2 changed files with 3 additions and 2 deletions

View file

@ -29,7 +29,8 @@
"noForEach": "off", "noForEach": "off",
"useLiteralKeys": "off", "useLiteralKeys": "off",
"noUselessConstructor": "off", "noUselessConstructor": "off",
"useArrowFunction": "off" "useArrowFunction": "off",
"useDateNow":"off"
}, },
"correctness": { "correctness": {
"noEmptyPattern": "off", "noEmptyPattern": "off",

View file

@ -1,6 +1,6 @@
{ {
"name": "p-comuns", "name": "p-comuns",
"version": "0.110.0", "version": "0.111.0",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {