From 783d06708f37109b1c9d73a2ed30ebee3d23acf0 Mon Sep 17 00:00:00 2001 From: nbogie Date: Mon, 26 Feb 2024 00:46:11 +0000 Subject: [PATCH] removed typescript-eslint plugin from from .eslintrc.cjs --- .eslintrc.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 21123be..3898d71 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -32,7 +32,7 @@ module.exports = { "plugin:jsx-a11y/recommended", //https://typescript-eslint.io/getting-started - "plugin:@typescript-eslint/recommended", + // "plugin:@typescript-eslint/recommended", //(no thanks!) //Runs Prettier as an ESLint rule and reports differences as individual ESLint issues