From 587f5921536a143bf6d56e6253f7c0a5aca01701 Mon Sep 17 00:00:00 2001 From: Ramin Mammadzada Date: Sat, 27 Feb 2021 23:43:23 +0300 Subject: [PATCH] Update ESLint config file to remove deprecated extend. --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index bee1596f..66c32660 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -5,7 +5,6 @@ "plugin:react/recommended", "plugin:jsx-a11y/recommended", "prettier", - "prettier/react" ], "rules": { "react/prop-types": 0,