https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: 6607c5c00a1f836094453f240476255f9040d36e authored by Mike Hardy on 23 October 2019, 22:07:48 UTC
v5.0.1
Tip revision: 6607c5c
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 100,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top