From 305a476f6ffa811d494a1cdedbe554bc1e298686 Mon Sep 17 00:00:00 2001 From: txs Date: Mon, 4 Apr 2022 06:11:51 +0800 Subject: [PATCH] eslint fix --- .eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 6b85964d4a..6cf90e915d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -23,7 +23,8 @@ module.exports = { } }, rules: { - 'react/prop-types': 'off' + 'react/prop-types': 'off', + 'space-before-function-paren': 0 }, globals: { React: true