Files
react-native-bottom-sheet/.prettierrc.json
2020-12-05 20:48:11 +01:00

9 lines
135 B
JSON

{
"printWidth": 80,
"arrowParens": "avoid",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
}