File tree Expand file tree Collapse file tree 5 files changed +796
-9
lines changed Expand file tree Collapse file tree 5 files changed +796
-9
lines changed Original file line number Diff line number Diff line change 1+ node_modules
Original file line number Diff line number Diff line change 1+ module . exports = {
2+ root : true ,
3+ extends : [ "@react-native-community" ]
4+ } ;
Original file line number Diff line number Diff line change 1+ module . exports = {
2+ bracketSpacing : false ,
3+ jsxBracketSameLine : true ,
4+ singleQuote : true ,
5+ trailingComma : "all"
6+ } ;
Original file line number Diff line number Diff line change 1111 "start" : " node node_modules/react-native/local-cli/cli.js start" ,
1212 "test" : " yarn test:flow && yarn test:js" ,
1313 "test:flow" : " flow check" ,
14- "test:js" : " echo 0"
14+ "test:js" : " echo 0" ,
15+ "lint" : " eslint ."
1516 },
1617 "keywords" : [
1718 " react-native" ,
3031 },
3132 "devDependencies" : {
3233 "@babel/core" : " ^7.0.0" ,
34+ "@react-native-community/eslint-config" : " ^0.0.5" ,
3335 "babel-core" : " ^7.0.0-bridge.0" ,
3436 "babel-jest" : " 24.1.0" ,
3537 "babel-plugin-module-resolver" : " ^3.1.3" ,
38+ "eslint" : " ^6.8.0" ,
39+ "eslint-plugin-prettier" : " ^3.1.2" ,
3640 "flow-bin" : " ^0.86.0" ,
3741 "jest" : " 24.1.0" ,
3842 "metro-react-native-babel-preset" : " 0.51.1" ,
43+ "prettier" : " ^1.19.1" ,
3944 "react" : " 16.6.3" ,
4045 "react-native" : " 0.58.4"
4146 },
You can’t perform that action at this time.
0 commit comments