From 7e9838849b3ffc8ec1216b87188673f02ab9c829 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 21 Jul 2016 17:33:18 +0800 Subject: [PATCH] upgrade eslintrc --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 51ce3b218d..3c85116424 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -24,7 +24,6 @@ const eslintrc = { ], rules: { 'func-names': 0, - 'prefer-const': 0, 'arrow-body-style': 0, 'react/sort-comp': 0, 'react/prop-types': 0,