https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: 5ba1d210403dadb0b16ff05f2c2b33f9a34d4c6d authored by Mike Hardy on 11 July 2020, 06:50:00 UTC
v5.6.2
Tip revision: 5ba1d21
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 100,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top