From 54dff5585abc49486a33ddb6f06fa504ba6e7d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 11 Oct 2024 13:24:09 +0200 Subject: [PATCH] chore(eslint): use eslint:recommended directly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .eslintrc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 2b79f65..1ffdc24 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -7,9 +7,9 @@ "@typescript-eslint/eslint-plugin" ], "extends": [ + "eslint:recommended", "airbnb-base", - "plugin:@typescript-eslint/recommended", - "plugin:@typescript-eslint/eslint-recommended" + "plugin:@typescript-eslint/recommended" ], "root": true, "env": {