From 16d50b7c44933ac82caa6d03b8c84912c1cef74d Mon Sep 17 00:00:00 2001 From: Nicolas Charpentier Date: Thu, 26 May 2016 10:30:21 -0400 Subject: [PATCH] Remove Example folder from eslint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70bda11bf..1172ef630 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "scripts": { "test": "mocha --compilers js:babel-core/register --require react-native-mock/mock", "test:watch": "npm run test -- --watch", - "eslint": "eslint index.js src/ test/ Example/*.js Example/components/; exit 0;" + "eslint": "eslint index.js src/ test/; exit 0;" }, "keywords": [ "react-native",