diff --git a/.eslintrc.js b/.eslintrc.js index 0ee1945..48fcaf4 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -34,13 +34,6 @@ module.exports = { 'import/no-unresolved': 2, 'import/no-webpack-loader-syntax': 0, 'import/prefer-default-export': 0, - indent: [ - 2, - 2, - { - SwitchCase: 1, - }, - ], 'jsx-a11y/aria-props': 2, 'jsx-a11y/heading-has-content': 0, 'jsx-a11y/label-has-associated-control': [