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