From 8545d506413201bc3f74c706d63442fa7789551f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=84=9A=E9=81=93?= Date: Wed, 29 Aug 2018 15:28:39 +0800 Subject: [PATCH] remove repeat rule --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 1a1c24b6..e75e6c01 100755 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -16,7 +16,6 @@ module.exports = { 'react/jsx-wrap-multilines': 0, 'import/no-extraneous-dependencies': 0, 'consistent-return': 0, - 'import/no-extraneous-dependencies': 0, 'react/prop-types': 0, 'jsx-a11y/click-events-have-key-events': 0, 'jsx-a11y/no-static-element-interactions': 0, -- GitLab