From 29c4f16069128be753b126bbe32951ff11e042fb Mon Sep 17 00:00:00 2001 From: Johnson Mao Date: Tue, 14 Nov 2023 20:28:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20disable=20a11y/control-has-assoc?= =?UTF-8?q?iated-label=20check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index a4bbb399..ffdd3c2b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -42,6 +42,7 @@ module.exports = { 'operator-linebreak': 0, 'function-paren-newline': 0, 'jsx-a11y/click-events-have-key-events': 0, + 'jsx-a11y/control-has-associated-label': 0, 'jsx-a11y/no-noninteractive-element-interactions': 0, 'react/jsx-one-expression-per-line': 0, 'no-confusing-arrow': 0,