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:
authorTim Zallmann <tzallmann@gitlab.com>2017-11-30 11:53:52 +0300
committerTim Zallmann <tzallmann@gitlab.com>2017-12-12 17:21:34 +0300
commit4261ea20fe3d84595764f25978d5a07b11bc7243 (patch)
tree1adda754c273e691fa2c45ac345c735af7c16be5 /.eslintrc
parent6b342a50aaae3223c84d689f93cf7323648a92fb (diff)
Auto Fix of EsLint problems
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index f85621b429a..40f8ec21030 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -35,6 +35,7 @@
"no-underscore-dangle": ["error", { "allow": ["__"]}],
"function-paren-newline": 0,
"jasmine/new-line-before-expect": 0,
- "jasmine/new-line-between-declarations": 0
+ "jasmine/new-line-between-declarations": 0,
+ "jasmine/prefer-toHaveBeenCalledWith": 0
}
}