Skip to content

Commit

Permalink
Let the linter see the whole app, not just the stuff in the app folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Brown committed Feb 28, 2017
1 parent 693e290 commit 145c385
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 @@ -5,7 +5,7 @@
"scripts": {
"start": "node_modules/react-native/packager/packager.sh",
"lint-fix": "npm run lint -- --fix",
"lint": "eslint app/**",
"lint": "eslint .",
"test": "jest"
},
"dependencies": {
Expand Down

0 comments on commit 145c385

Please sign in to comment.