UNPKG
react-native-tabview-ex
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1
TabView for React Native
react-native-tabview-ex
/
.prettierrc.js
7 lines
(6 loc)
•
120 B
JavaScript
View Raw
1
2
3
4
5
6
7
module.exports
=
{
bracketSpacing:
false
,
jsxBracketSameLine:
true
,
singleQuote:
true
,
trailingComma:
'all'
, }
;