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 /spec/javascripts/notes_spec.js | |
parent | b3616e3074202d63a4ed03bbe94b14a4488c7800 (diff) | |
download | gitlab-ce-7cefaea876da9e25a1c3ea870f4e4b070a196905.tar.gz |
explicitly disable eslint inlineexplicitly-disable-eslint-inline
Diffstat (limited to 'spec/javascripts/notes_spec.js')
-rw-r--r-- | spec/javascripts/notes_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/notes_spec.js b/spec/javascripts/notes_spec.js index 2e3a4b66e2d..51f2ae8bcbd 100644 --- a/spec/javascripts/notes_spec.js +++ b/spec/javascripts/notes_spec.js @@ -1,4 +1,4 @@ -/* eslint-disable */ +/* eslint-disable space-before-function-paren, no-unused-expressions, no-undef, no-var, object-shorthand, comma-dangle, semi, padded-blocks, max-len */ /*= require notes */ /*= require autosize */ /*= require gl_form */ |