From 16a4d0d436368a7af00fa7b19d8753f940e33218 Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Thu, 8 Feb 2024 09:39:36 +0100 Subject: [PATCH] Put ESLint Prettier config last in config This way the Prettier config can disable all conflicting rules. Signed-off-by: Michael Weimann --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 19dfd114..b8d51671 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -22,8 +22,8 @@ module.exports = { 'react-app', 'react-app/jest', 'plugin:promise/recommended', - 'prettier', 'eslint:recommended', + 'prettier', ], rules: { 'notice/notice': [