UNPKG
react-native-reanimatable
Version:
latest (0.5.0)
0.5.0
0.4.3
0.4.2
0.4.1
Wrapper for Reanimated with an easy declarative API.
react-native-reanimatable
/
.prettierrc
12 lines
•
229 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"useTabs"
:
false
,
"printWidth"
:
70
,
"tabWidth"
:
2
,
"singleQuote"
:
true
,
"trailingComma"
:
"all"
,
"jsxBracketSameLine"
:
false
,
"parser"
:
"babylon"
,
"noSemi"
:
false
,
"rcVerbose"
:
true
,
"arrowParens"
:
"always"
}