From 5a7cd4e92d381c7a8ccf2ee41627d79864f7cd3c Mon Sep 17 00:00:00 2001 From: cdr Date: Thu, 5 Dec 2019 20:00:47 -0500 Subject: [PATCH] Fix eslint/prettier indentation conflict --- .eslintrc.js | 7 ------- 1 file changed, 7 deletions(-) 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': [