UNPKG
namillum
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
Bubble Protocol SDK
github.com/ValentinaKohler/namillum
ValentinaKohler/namillum
namillum
/
products
/
dev-wallet
/
.prettierrc
15 lines
(14 loc)
•
209 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"parser"
:
"typescript"
,
"printWidth"
:
100
,
"singleQuote"
:
true
,
"arrowParens"
:
"always"
,
"overrides"
:
[
{
"files"
:
"*.css"
,
"options"
:
{
"parser"
:
"css"
}
}
]
}