From 883ff09821a021a09c8f23b29e1279020976cc83 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Mon, 17 Oct 2016 10:26:05 +0200 Subject: [PATCH] Properly ignore paths with XO --- package.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e857aa45..7333a061 100644 --- a/package.json +++ b/package.json @@ -67,12 +67,11 @@ "react/prop-types": 0, "react/jsx-no-bind": 0 }, - "ignore": [ - "dist", - "build", - "app/dist", - "app/static", - "assets" + "ignores": [ + "build/**", + "app/dist/**", + "app/static/**", + "assets/**" ] }, "babel": {