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:
authorWinnie Hellmann <winnie@gitlab.com>2019-04-08 20:19:54 +0300
committerWinnie Hellmann <winnie@gitlab.com>2019-04-09 10:16:59 +0300
commitb28ba16a1eeb3f6437f282eafc15ea963c82bdf3 (patch)
tree81135349c1c97e65180509d6e4c6441bff631e33
parent225edb0d2d7737cf52ef5cd358082d08e20feaa4 (diff)
Enable ESLint rule jest/no-jasmine-globals
-rw-r--r--spec/frontend/.eslintrc.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/frontend/.eslintrc.yml b/spec/frontend/.eslintrc.yml
index 30b559c2363..63004b96ad6 100644
--- a/spec/frontend/.eslintrc.yml
+++ b/spec/frontend/.eslintrc.yml
@@ -14,3 +14,4 @@ globals:
setFixtures: false
rules:
jest/no-focused-tests: error
+ jest/no-jasmine-globals: error