UNPKG
poopetti
Version:
beta (1.0.0-beta.1)
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
1.0.0-beta.1
1.0.0-beta.0
A Lightweight Animated Emojis Library, mainly focused on Poop Emoji
poopetti.com
enszrlu/poopetti
poopetti
/
.prettierrc
12 lines
•
232 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"printWidth"
:
90
,
"tabWidth"
:
2
,
"singleQuote"
:
true
,
"trailingComma"
:
"all"
,
"bracketSpacing"
:
true
,
"semi"
:
true
,
"useTabs"
:
false
,
"bracketSameLine"
:
false
,
"jsxSingleQuote"
:
false
,
"arrowParens"
:
"always"
}