Fix some linting errors
... | ... | @@ -4,7 +4,8 @@ |
"private": true, | ||
"scripts": { | ||
"start": "node node_modules/react-native/local-cli/cli.js start", | ||
"test": "jest" | ||
"test": "jest", | ||
"lint": "eslint *.js app --fix" | ||
}, | ||
"dependencies": { | ||
"react": "~15.4.0-rc.4", | ||
... | ... |
Please register or sign in to comment