From b4131b61f3ef7bc68ff5491da2f6b64a0ba8bf2b Mon Sep 17 00:00:00 2001 From: Jim O'Donnell Date: Tue, 28 May 2024 18:00:24 +0100 Subject: [PATCH] Fix the linter --- .eslintrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc b/.eslintrc index 6748005c5a..b74ec5d5d6 100644 --- a/.eslintrc +++ b/.eslintrc @@ -12,10 +12,10 @@ "react/prefer-stateless-function": 0, "react/no-multi-comp": 0, "react/react-in-jsx-scope": 0, - "react/require-default-props": { + "react/require-default-props": ["warn", { "classes": "defaultProps", "functions": "ignore" - }, + }], "no-console": 0, "array-callback-return": "off", "arrow-body-style": ["warn", "as-needed"],