summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/lib/utils/timeago.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/lib/utils/timeago.js
parentb3616e3074202d63a4ed03bbe94b14a4488c7800 (diff)
downloadgitlab-ce-7cefaea876da9e25a1c3ea870f4e4b070a196905.tar.gz
explicitly disable eslint inlineexplicitly-disable-eslint-inline
Diffstat (limited to 'app/assets/javascripts/lib/utils/timeago.js')
-rw-r--r--app/assets/javascripts/lib/utils/timeago.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/lib/utils/timeago.js b/app/assets/javascripts/lib/utils/timeago.js
index 42606dd2d46..edf0a612374 100644
--- a/app/assets/javascripts/lib/utils/timeago.js
+++ b/app/assets/javascripts/lib/utils/timeago.js
@@ -1,3 +1,5 @@
+/* eslint-disable no-unused-expressions, wrap-iife, func-names, curly, no-param-reassign, no-trailing-spaces, prefer-arrow-callback, no-var, one-var, quote-props, space-before-function-paren, vars-on-top, radix, prefer-template, space-infix-ops, no-use-before-define, newline-per-chained-call, no-useless-escape, no-nested-ternary, indent, no-undef, no-plusplus, one-var-declaration-per-line, operator-assignment, consistent-return, keyword-spacing, max-len, space-unary-ops, no-shadow, no-restricted-syntax, guard-for-in, eol-last, max-len */
+
/**
* Copyright (c) 2016 hustcc
* License: MIT