https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: 43914f9814a28e7276ab22a6bb3f889aace98aa9 authored by Mike Hardy on 24 April 2019, 17:06:52 UTC
1.5.1
Tip revision: 43914f9
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 80,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top