summaryrefslogtreecommitdiffstats
path: root/webapp/tests/test_helper.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/tests/test_helper.jsx')
-rw-r--r--webapp/tests/test_helper.jsx8
1 files changed, 0 insertions, 8 deletions
diff --git a/webapp/tests/test_helper.jsx b/webapp/tests/test_helper.jsx
index f19d96433..4352096a1 100644
--- a/webapp/tests/test_helper.jsx
+++ b/webapp/tests/test_helper.jsx
@@ -1,14 +1,6 @@
// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
-/* eslint-disable no-console */
-/* eslint-disable global-require */
-/* eslint-disable func-names */
-/* eslint-disable prefer-arrow-callback */
-/* eslint-disable no-magic-numbers */
-/* eslint-disable no-unreachable */
-/* eslint-disable new-cap */
-
import Client from '../client/client.jsx';
import jqd from 'jquery-deferred';