From bf78740b7d35c02ea2358f93e056881cc69f3a7c Mon Sep 17 00:00:00 2001 From: Matt Waldron Date: Wed, 11 Sep 2024 16:20:11 +0100 Subject: [PATCH] pr feedback - remove unnecessary comments --- .eslintrc.json | 10 ---------- 1 file changed, 10 deletions(-) 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