summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/breakpoints.js
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-11-15 14:08:06 +0000
committerLuke "Jared" Bennett <lbennett@gitlab.com>2016-11-15 16:30:34 +0000
commit7cefaea876da9e25a1c3ea870f4e4b070a196905 (patch)
tree4af3de56766f1db20930d5395616258a6fab9320 /app/assets/javascripts/breakpoints.js
parentb3616e3074202d63a4ed03bbe94b14a4488c7800 (diff)
downloadgitlab-ce-7cefaea876da9e25a1c3ea870f4e4b070a196905.tar.gz
explicitly disable eslint inlineexplicitly-disable-eslint-inline
Diffstat (limited to 'app/assets/javascripts/breakpoints.js')
-rw-r--r--app/assets/javascripts/breakpoints.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/breakpoints.js b/app/assets/javascripts/breakpoints.js
index 5d4d23e26c6..e7ceb602601 100644
--- a/app/assets/javascripts/breakpoints.js
+++ b/app/assets/javascripts/breakpoints.js
@@ -1,4 +1,4 @@
-/* eslint-disable */
+/* eslint-disable func-names, space-before-function-paren, wrap-iife, one-var, no-var, one-var-declaration-per-line, quotes, no-shadow, prefer-arrow-callback, prefer-template, consistent-return, padded-blocks, no-return-assign, new-parens, no-param-reassign, no-undef, max-len */
(function() {
this.Breakpoints = (function() {
var BreakpointInstance, instance;