https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: 7c5ea9d1600c80af01b7f7410f00ea3bd081b7d4 authored by Mike Hardy on 01 September 2019, 22:11:48 UTC
v3.0.0-rc.1
Tip revision: 7c5ea9d
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 100,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top