https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: 9aed5cc284f26337ee1a926a821c41a3c7370f7c authored by Mike Hardy on 05 May 2020, 17:42:39 UTC
v5.5.7
Tip revision: 9aed5cc
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 100,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top