From e19cf7912dcba324315f6f827802f817077cb72c Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Wed, 5 May 2021 00:30:43 -0400 Subject: [PATCH] fix(docs): Updated eslint config for unified prettier setup. --- docs/.eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/.eslintrc.js b/docs/.eslintrc.js index e1ef0302..b5fc0745 100644 --- a/docs/.eslintrc.js +++ b/docs/.eslintrc.js @@ -10,7 +10,6 @@ module.exports = { "plugin:react/recommended", "plugin:mdx/recommended", "prettier", - "prettier/react", ], parserOptions: { ecmaFeatures: {