From 72dfb4f11d729cd372eeeef1ce69050964e78ca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Tue, 23 Feb 2016 15:26:28 +0100 Subject: [PATCH] Ignore etst plugins and docs when linting --- .eslintignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 9599d9a86..c6e8e2155 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1 +1,2 @@ -theme/**/* +docs/**/* +test/node_modules/**/*