From d4d9743a7bd43c006edbdb80fa50ace846a081b0 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 15 May 2016 14:46:18 +0800 Subject: [PATCH] enable object-shorthand --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 05dc27863d..24a48e6993 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -26,7 +26,6 @@ const eslintrc = { 'func-names': 0, 'prefer-const': 0, 'arrow-body-style': 0, - 'object-shorthand': 0, 'react/sort-comp': 0, 'react/prop-types': 0, 'react/jsx-closing-bracket-location': 0,