diff --git a/.eslintrc.js b/.eslintrc.js index 5a7680725d..2210c7b93f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -57,7 +57,6 @@ if (process.env.RUN_ENV === 'DEMO') { 'eol-last': 0, 'prefer-rest-params': 0, 'react/no-multi-comp': 0, - 'react/prefer-es6-class': 0, 'jsx-a11y/href-no-hash': 0, 'import/newline-after-import': 0, });