From 8832bd77b0b8f57f8a3fb6c77562d7e3eab6ff54 Mon Sep 17 00:00:00 2001 From: Mark Banner Date: Mon, 8 May 2017 18:10:33 +0100 Subject: [PATCH] Bug 1363080 - Ignore /third_party directory when running ESLint. r=jaws MozReview-Commit-ID: H1zWZZQRaLy --HG-- extra : rebase_source : e8ed93d6a993263e22aebc2972bb161a5e8f2d80 --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index d6ee3cf3fac4..498c646be23f 100644 --- a/.eslintignore +++ b/.eslintignore @@ -331,3 +331,4 @@ toolkit/webapps/** # Third party toolkit/modules/third_party/** +third_party/**