UNPKG
@kimcookieya/presetting.js
Version:
latest (1.0.1)
1.0.1
1.0.0
내가 쓰려고 만든 js, ts 프론트엔드 프로젝트를 위한 프리셋.
@kimcookieya/presetting.js
/
templates
/
.prettierrc
15 lines
(14 loc)
•
302 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"printWidth"
:
80
,
"tabWidth"
:
2
,
"useTabs"
:
false
,
"semi"
:
true
,
"singleQuote"
:
true
,
"quoteProps"
:
"consistent"
,
"trailingComma"
:
"all"
,
"bracketSpacing"
:
true
,
"arrowParens"
:
"always"
,
"bracketSameLine"
:
true
,
"endOfLine"
:
"lf"
,
"plugins"
:
[
"prettier-plugin-tailwindcss"
]
}