From 3872b0bf137aaf984ea2787fda00f15334fa3bfe Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 12 Nov 2021 16:39:13 -0800 Subject: [PATCH] Silence, warning. --- web/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/.eslintrc.js b/web/.eslintrc.js index bdbcbaf48..8ea3a0623 100644 --- a/web/.eslintrc.js +++ b/web/.eslintrc.js @@ -19,6 +19,7 @@ module.exports = { 'react/jsx-filename-extension': [1, { extensions: ['.js', '.jsx', '.tsx'] }], 'react/jsx-props-no-spreading': 'off', 'react/jsx-no-bind': 'off', + 'react/function-component-definition': 'off', '@next/next/no-img-element': 'off',