From 95aa5d9c4caf1d313d2eef0f00807e86b159e531 Mon Sep 17 00:00:00 2001 From: masuP9 Date: Wed, 29 Aug 2018 13:05:36 +0900 Subject: [PATCH] off jsx-a11y/label-fas-for this rule was deprecated on eslint-plugin-jsx-a11y v6.1.0 --- jsx-a11y.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/jsx-a11y.js b/jsx-a11y.js index 959a309..e4a48df 100644 --- a/jsx-a11y.js +++ b/jsx-a11y.js @@ -6,10 +6,6 @@ module.exports = { 'plugin:jsx-a11y/recommended' ], rules : { - 'jsx-a11y/label-has-for' : [2, { - required : { - some : ['nesting', 'id'] - } - }] + 'jsx-a11y/label-has-for' : 'off' // [Deprecated on eslint-plugin-jsx-a11y v6.1.0] } };