summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/gl_field_errors.js.es6
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/gl_field_errors.js.es6')
-rw-r--r--app/assets/javascripts/gl_field_errors.js.es63
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/javascripts/gl_field_errors.js.es6 b/app/assets/javascripts/gl_field_errors.js.es6
index 8b46c4e378f..e9add115429 100644
--- a/app/assets/javascripts/gl_field_errors.js.es6
+++ b/app/assets/javascripts/gl_field_errors.js.es6
@@ -1,4 +1,4 @@
-/* eslint-disable comma-dangle, class-methods-use-this, max-len, space-before-function-paren, arrow-parens, no-param-reassign, padded-blocks */
+/* eslint-disable comma-dangle, class-methods-use-this, max-len, space-before-function-paren, arrow-parens, no-param-reassign */
require('./gl_field_error');
@@ -45,5 +45,4 @@ require('./gl_field_error');
}
global.GlFieldErrors = GlFieldErrors;
-
})(window.gl || (window.gl = {}));