Skip to content

Commit

Permalink
Remove Example folder from eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni committed May 26, 2016
1 parent 74c3786 commit 16d50b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 16d50b7

Please sign in to comment.