diff --git a/.eslintrc.json b/.eslintrc.json index 3a31097..f1f15b9 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -36,6 +36,8 @@ "camelcase": "off", "indent": "warn", "object-curly-newline": "off", - "import/prefer-default-export": "off" + "import/prefer-default-export": "off", + "no-useless-constructor": "off", + "@typescript-eslint/no-useless-constructor": 2 } } \ No newline at end of file