From 28323b2eb62fc2eb31585ab4f64edd7b4456bb96 Mon Sep 17 00:00:00 2001 From: Sam Saccone Date: Mon, 16 May 2016 20:27:46 -0700 Subject: [PATCH] Correcct use of eslint :) --- .eslintignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.eslintignore b/.eslintignore index 54652e1897..f9c46127ed 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,10 +1,10 @@ # Igore js files inside local chromium download on Travis. -/chrome-linux/ +**/chrome-linux/** -/node_modules/ -/extension/ -/third_party/ +**/node_modules/** +**/extension/** +**/third_party/** -/dist/ +**/dist/ -/closure/*/* +**/closure/*/*