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",
"noUselessConstructor": "off",
"useArrowFunction": "off",
"useDateNow":"off"
"useDateNow":"off",
"noUselessFragments":"off"
},
"correctness": {
"noEmptyPattern": "off",

View file

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