https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: 0be171c75da754a472f99faea7aa81b04e1064d8 authored by Mehdi Achour on 23 February 2018, 16:14:00 UTC
v0.16.0
Tip revision: 0be171c
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 80,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top