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

View file

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

View file

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