https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: 03e6685fd33afd9b12dd92f31f1490a49f76da76 authored by Mike Hardy on 20 January 2021, 21:06:34 UTC
v8.0.1
Tip revision: 03e6685
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 100,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top