https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: 84c34bb18edce3d92e52d29208a5185d9c905838 authored by Mike Hardy on 15 May 2019, 17:39:16 UTC
1.7.0
Tip revision: 84c34bb
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 80,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top