From 25d639883d81b2934271436782318344dd230561 Mon Sep 17 00:00:00 2001 From: Marat Dreizin Date: Wed, 15 Jun 2016 15:33:24 +0300 Subject: [PATCH] chore(wallaby): add ignore `**/wallaby/wallaby/**` pattern --- .babelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.babelrc b/.babelrc index 374df29..fec34ec 100644 --- a/.babelrc +++ b/.babelrc @@ -12,6 +12,6 @@ ], "ignore": [ "node_modules/", - "wallaby/**" + "**/wallaby/wallaby/**" ] }