Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann Hubert Sonntagbauer <johann.sonntagbauer@gmail.com>2018-10-09 21:30:03 +0300
committerJohann Hubert Sonntagbauer <johann.sonntagbauer@gmail.com>2018-10-09 21:30:03 +0300
commitdb4c1f665fb51c64ffb1917503cc6e5b2dd00be8 (patch)
treed733f4d8128dc5b49bac022ba080006e16586704 /spec/javascripts/.eslintrc.yml
parent10836664487a771319e2d97dd7b9011dcd017f14 (diff)
enable jasmine/prefer-jasmine-matcher
Diffstat (limited to 'spec/javascripts/.eslintrc.yml')
-rw-r--r--spec/javascripts/.eslintrc.yml1
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