diff --git a/.eslintrc.json b/.eslintrc.json index c7a9df67..ed1f9920 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -21,15 +21,5 @@ "@typescript-eslint/no-unused-vars": "off", "jest/no-identical-title": "off", "jest/no-conditional-expect": "off" - // "import/no-extraneous-dependencies": [ - // "error", - // { - // "devDependencies": true - // } - // ], - // "max-len":["error", { - // "code": 150, - // "ignoreComments": true - // }] } } \ No newline at end of file