diff options
author | Johann Hubert Sonntagbauer <johann.sonntagbauer@gmail.com> | 2018-10-09 20:30:03 +0200 |
---|---|---|
committer | Johann Hubert Sonntagbauer <johann.sonntagbauer@gmail.com> | 2018-10-09 20:30:03 +0200 |
commit | db4c1f665fb51c64ffb1917503cc6e5b2dd00be8 (patch) | |
tree | d733f4d8128dc5b49bac022ba080006e16586704 /spec/javascripts/.eslintrc.yml | |
parent | 10836664487a771319e2d97dd7b9011dcd017f14 (diff) | |
download | gitlab-ce-db4c1f665fb51c64ffb1917503cc6e5b2dd00be8.tar.gz |
enable jasmine/prefer-jasmine-matcher
Diffstat (limited to 'spec/javascripts/.eslintrc.yml')
-rw-r--r-- | spec/javascripts/.eslintrc.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/javascripts/.eslintrc.yml b/spec/javascripts/.eslintrc.yml index 9b2c84ce9f5..634510dd737 100644 --- a/spec/javascripts/.eslintrc.yml +++ b/spec/javascripts/.eslintrc.yml @@ -39,5 +39,4 @@ rules: jasmine/new-line-before-expect: off jasmine/new-line-between-declarations: off jasmine/no-promise-without-done-fail: off - jasmine/prefer-jasmine-matcher: off jasmine/prefer-toHaveBeenCalledWith: off |