Skip to content

Commit

Permalink
Merge pull request #740 from charpeni/remove-example-from-eslint
Browse files Browse the repository at this point in the history
Remove Example folder from eslint
  • Loading branch information
aksonov committed May 27, 2016
2 parents b6569ba + 16d50b7 commit 44ff2ad
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 44ff2ad

Please sign in to comment.