https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: d4299c0e51ec60d2fb0aa727e6f2cf6a03ca9609 authored by Mehdi Achour on 26 July 2018, 14:10:37 UTC
v0.22.1
Tip revision: d4299c0
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 80,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top