From ce19fc3cde38c1b06d358593135055aa65c5e3f8 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 18 Apr 2020 14:04:18 -0500 Subject: [PATCH] Enforce no mixed tabs and spaces --- .eslintrc.js | 2 +- app/gabsocial/pages/group_page.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 1c06e739e..6e9b42255 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -79,7 +79,7 @@ module.exports = { ], 'no-fallthrough': 'error', 'no-irregular-whitespace': 'error', - 'no-mixed-spaces-and-tabs': 'warn', + 'no-mixed-spaces-and-tabs': 'error', 'no-nested-ternary': 'warn', 'no-trailing-spaces': 'warn', 'no-undef': 'error', diff --git a/app/gabsocial/pages/group_page.js b/app/gabsocial/pages/group_page.js index 41d3112b4..423f0b54e 100644 --- a/app/gabsocial/pages/group_page.js +++ b/app/gabsocial/pages/group_page.js @@ -44,8 +44,8 @@ class GroupPage extends ImmutablePureComponent {
{group && relationships && }