react-native-blur/.prettierrc

7 lines
109 B
Plaintext
Raw Normal View History

2019-03-26 18:19:21 +00:00
{
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": false,
2020-04-09 08:32:59 +00:00
"jsxBracketSameLine": true
2019-03-26 18:19:21 +00:00
}