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,