summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/abuse_reports.js.es6
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/abuse_reports.js.es6')
-rw-r--r--app/assets/javascripts/abuse_reports.js.es63
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/javascripts/abuse_reports.js.es6 b/app/assets/javascripts/abuse_reports.js.es6
index 82e526ae0ef..8a260aae1b1 100644
--- a/app/assets/javascripts/abuse_reports.js.es6
+++ b/app/assets/javascripts/abuse_reports.js.es6
@@ -1,4 +1,5 @@
-/* eslint-disable */
+/* eslint-disable no-param-reassign */
+
((global) => {
const MAX_MESSAGE_LENGTH = 500;
const MESSAGE_CELL_SELECTOR = '.abuse-reports .message';