This commit is contained in:
Luiz Silva 2025-06-30 13:26:17 -03:00
parent 9285e77877
commit b26c1d11f4
2 changed files with 3 additions and 2 deletions

View file

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

View file

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