We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ff50e commit 3c9c39bCopy full SHA for 3c9c39b
package.json
@@ -3,7 +3,8 @@
3
"version": "0.0.1",
4
"private": true,
5
"scripts": {
6
- "start": "node node_modules/react-native/local-cli/cli.js start"
+ "start": "node node_modules/react-native/local-cli/cli.js start",
7
+ "eslint": "./node_modules/.bin/eslint ./ --"
8
},
9
"dependencies": {
10
"react": "^0.14.8",
0 commit comments