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:
authorwinniehell <git@winniehell.de>2016-10-26 11:02:58 +0300
committerwinniehell <git@winniehell.de>2016-10-26 11:02:58 +0300
commit02f94cf038b08d25bc1b414a32d16f988fb9268e (patch)
tree8744eb3f07d6b6446d38aa5c5ea864a31081e071 /spec/javascripts/spec_helper.js
parent8263324b73197830925f72357afc28d0946ea8f1 (diff)
disable ESLint for all JavaScript files
Diffstat (limited to 'spec/javascripts/spec_helper.js')
-rw-r--r--spec/javascripts/spec_helper.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/javascripts/spec_helper.js b/spec/javascripts/spec_helper.js
index 8801c297887..bdce2465fbf 100644
--- a/spec/javascripts/spec_helper.js
+++ b/spec/javascripts/spec_helper.js
@@ -1,3 +1,4 @@
+/* eslint-disable */
// PhantomJS (Teaspoons default driver) doesn't have support for
// Function.prototype.bind, which has caused confusion. Use this polyfill to
// avoid the confusion.