From ce68d08e7e70755d10eb010560ac120464723c3d Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Thu, 25 Jun 2020 12:50:22 +1200 Subject: [PATCH] chore(react): remove unneeded listing of `eslint-comments` in `plugins` --- react.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react.js b/react.js index c3ed4a45..85c31e35 100644 --- a/react.js +++ b/react.js @@ -11,7 +11,7 @@ const config = { version: 'detect' } }, - plugins: ['react', 'react-hooks', 'jsx-a11y', 'eslint-comments'], + plugins: ['react', 'react-hooks', 'jsx-a11y'], extends: [ 'plugin:jsx-a11y/recommended', 'plugin:jsx-a11y/strict',