This commit is contained in:
Luiz Silva 2025-07-01 11:20:35 -03:00
parent b26c1d11f4
commit f08483bddd
2 changed files with 4 additions and 2 deletions

View file

@ -36,8 +36,10 @@
"correctness": {
"noEmptyPattern": "off",
"noUnusedVariables": "error",
"noUnusedImports": "error",
"noUnusedImports": "off",
"useExhaustiveDependencies":"off"
},
"performance": {
"noAccumulatingSpread": "off"

View file

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