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 && }