From 673d30ddd2fa8ce46d60e75946888c64c517184e Mon Sep 17 00:00:00 2001 From: Horcrux Date: Wed, 4 May 2016 18:04:46 +0800 Subject: [PATCH] add Example native code to eslintignore list --- .eslintignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintignore b/.eslintignore index 415cc257..384cd669 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,6 @@ **/node_modules/ android/ +Example/android/ ios/ +Example/ios/ screenShoots/