From 443f1981bb29126d1df3346ed8018aa31d216acb Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 6 May 2016 15:49:59 +0800 Subject: [PATCH] fix lint and wait eslint/eslint#6024 publish --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index f339332a81..e56bd94bb9 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -27,6 +27,7 @@ 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,