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:
authorMike Greiling <mike@pixelcog.com>2016-12-14 19:08:12 +0300
committerMike Greiling <mike@pixelcog.com>2016-12-14 19:08:12 +0300
commit53fb5a7f24149740e5c579a9496164c29b9d919b (patch)
tree7742c90d366eb2a51e6c2a46d5b17268a1ade931 /.eslintignore
parentb70b962892b2428557d95a9639fbcead4fe546fd (diff)
add node_modules to our eslintignore settings
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore
index 93de4b10dfe..b4bfa5a1f7a 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1,5 +1,6 @@
/coverage/
/coverage-javascript/
+/node_modules/
/public/
/tmp/
/vendor/