noUselessConstructor

This commit is contained in:
Luiz Silva 2024-07-16 15:01:13 -03:00
parent 6cbf5172b8
commit f6546e33af
2 changed files with 4 additions and 3 deletions

View file

@ -19,7 +19,8 @@
"complexity": {
"noBannedTypes": "off",
"noForEach": "off",
"useLiteralKeys": "off"
"useLiteralKeys": "off",
"noUselessConstructor": "off"
},
"correctness": {
"noEmptyPattern": "off",

View file

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