https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: 92ba36f4fcf020a79ef8d8ea8ee632b1a290b2e3 authored by Mike Hardy on 31 January 2020, 13:29:57 UTC
v5.4.4
Tip revision: 92ba36f
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 100,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top