UNPKG
react-native-floating-action-bar
Version:
latest (1.1.3)
next (1.1.2-0)
1.1.3
1.1.2
1.1.2-0
1.1.1-0
1.1.0-0
1.0.1
1.0.0
A React Native floating action bar.
react-native-floating-action-bar
/
.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'
, }
;