diff --git a/Documentos/biome.json b/Documentos/biome.json index e52b43c..85d938c 100644 --- a/Documentos/biome.json +++ b/Documentos/biome.json @@ -35,7 +35,8 @@ "correctness": { "noEmptyPattern": "off", "noUnusedVariables": "error", - "noUnusedImports": "error" + "noUnusedImports": "error", + "useExhaustiveDependencies":"off" }, "performance": { "noAccumulatingSpread": "off" diff --git a/package.json b/package.json index 9aaf603..99a2ba3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-comuns", - "version": "0.111.0", + "version": "0.112.0", "description": "", "main": "dist/index.js", "scripts": {