From 7a8a1ea491c2d186aa20d9798f8b0e8321a34c5c Mon Sep 17 00:00:00 2001 From: r-shirasu Date: Mon, 26 Sep 2022 00:13:50 +0900 Subject: [PATCH] refactor(common): remove .eslintrc typescript-eslint/eslint-recommended --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 6c2dc7c33..5280ee09d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -5,7 +5,6 @@ module.exports = { }, plugins: ['@typescript-eslint/eslint-plugin'], extends: [ - 'plugin:@typescript-eslint/eslint-recommended', 'plugin:@typescript-eslint/recommended', 'prettier', ],