https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: 0204fb2731d6559eb566c23d031d0f6c1d9d80f9 authored by Mike Hardy on 03 February 2020, 15:04:59 UTC
v5.5.0
Tip revision: 0204fb2
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 100,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top