From ee8887e95659381f476fd57272bee65949d0003c Mon Sep 17 00:00:00 2001 From: Mike Goulding Date: Thu, 5 Sep 2024 10:59:19 -0500 Subject: [PATCH] feat(2.x): removing eslint --- .eslintrc.json | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .eslintrc.json diff --git a/.eslintrc.json b/.eslintrc.json deleted file mode 100644 index c0ac542..0000000 --- a/.eslintrc.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "extends": [ - "eslint:recommended", - "plugin:@typescript-eslint/recommended", - "plugin:@typescript-eslint/eslint-recommended", - "plugin:@typescript-eslint/recommended-requiring-type-checking", - "plugin:prettier/recommended", - "prettier" - ], - "env": { - "es6": true, - "node": true, - "jest": true - }, - "parser": "@typescript-eslint/parser", - "parserOptions": { - "ecmaVersion": 8, - "project": "./tsconfig.eslint.json" - }, - "plugins": [ - "@typescript-eslint", - "security" - ], - "rules": { - "@typescript-eslint/no-unused-vars": [ - "error", - { - "argsIgnorePattern": "_" - } - ], - "security/detect-object-injection": 0, - "@typescript-eslint/unbound-method": 0, - "prettier/prettier": 2 - } -} \ No newline at end of file