Bug 1380801 - Add eslint-plugin-mozilla's node_modules to the ignore path. r?ahal draft
authorMark Banner <standard8@mozilla.com>
Fri, 14 Jul 2017 11:05:33 +0100
changeset 608939 1707e3e6c1d530b53714c8ba62cdb6899f5ba7fc
parent 608658 67cd1ee26f2661fa5efe3d952485ab3c89af4271
child 637456 e99041720c2541c5b7ca8eab96aed559f33b97ba
push id68450
push userbmo:standard8@mozilla.com
push dateFri, 14 Jul 2017 10:05:59 +0000
reviewersahal
bugs1380801
milestone56.0a1
Bug 1380801 - Add eslint-plugin-mozilla's node_modules to the ignore path. r?ahal MozReview-Commit-ID: 9mkdo16sfqY
.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -115,16 +115,17 @@ GPATH
 ^testing/mozharness/.coverage
 ^testing/mozharness/nosetests.xml
 
 # Ignore tox generated dir
 .tox/
 
 # Ignore ESLint node_modules
 ^node_modules/
+^tools/lint/eslint/eslint-plugin-mozilla/node_modules/
 
 # Ignore talos virtualenv and tp5n files.
 # The tp5n set is supposed to be decompressed at
 # testing/talos/talos/tests/tp5n in order to run tests like tps
 # locally. Similarly, running talos requires a Python package virtual
 # environment. Both the virtual environment and tp5n files end up littering
 # the status command, so we ignore them.
 ^testing/talos/.Python