diff options
author | Luke "Jared" Bennett <lbennett@gitlab.com> | 2016-11-15 14:08:06 +0000 |
---|---|---|
committer | Luke "Jared" Bennett <lbennett@gitlab.com> | 2016-11-15 16:30:34 +0000 |
commit | 7cefaea876da9e25a1c3ea870f4e4b070a196905 (patch) | |
tree | 4af3de56766f1db20930d5395616258a6fab9320 /app/assets/javascripts/build.js | |
parent | b3616e3074202d63a4ed03bbe94b14a4488c7800 (diff) | |
download | gitlab-ce-7cefaea876da9e25a1c3ea870f4e4b070a196905.tar.gz |
explicitly disable eslint inlineexplicitly-disable-eslint-inline
Diffstat (limited to 'app/assets/javascripts/build.js')
-rw-r--r-- | app/assets/javascripts/build.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/build.js b/app/assets/javascripts/build.js index 5133e361001..68012e8cf42 100644 --- a/app/assets/javascripts/build.js +++ b/app/assets/javascripts/build.js @@ -1,4 +1,4 @@ -/* eslint-disable */ +/* eslint-disable func-names, space-before-function-paren, no-var, space-before-blocks, prefer-rest-params, wrap-iife, no-use-before-define, no-param-reassign, no-undef, quotes, yoda, no-else-return, consistent-return, comma-dangle, semi, object-shorthand, prefer-template, one-var, one-var-declaration-per-line, no-unused-vars, max-len, vars-on-top, padded-blocks, max-len */ (function() { var bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }; |