UNPKG
react-native-stack-tabview
Version:
latest (1.0.0)
1.0.0
react-native-stack-tabview
react-native-stack-tabview
/
.prettierrc
12 lines
•
243 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"singleQuote"
:
true
,
"bracketSpacing"
:
true
,
"semi"
:
true
,
"trailingComma"
:
"none"
,
"printWidth"
:
200
,
"tabWidth"
:
2
,
"jsxBracketSameLine"
:
false
,
"arrowParens"
:
"avoid"
,
"requirePragma"
:
false
,
"proseWrap"
:
"preserve"
}