From 315baa1e8a5a735c64dc92ec0ff0d8f3e500a7c7 Mon Sep 17 00:00:00 2001 From: Rin Arakaki Date: Mon, 13 Feb 2023 03:23:25 +0900 Subject: [PATCH] Update .eslintrc.json --- .eslintrc.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index eb58ce2..4bbd7df 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,18 +1,7 @@ { - "parser": "@typescript-eslint/parser", - "parserOptions": { - "project": "./tsconfig.eslint.json" - }, - "plugins": ["@typescript-eslint"], "extends": [ "eslint:recommended", - "plugin:@typescript-eslint/eslint-recommended", - "plugin:@typescript-eslint/recommended-requiring-type-checking", - "plugin:@typescript-eslint/recommended", "plugin:prettier/recommended", "prettier" - ], - "rules": { - "@typescript-eslint/ban-ts-ignore": "off" - } + ] }