UNPKG
monk-import-export
Version:
latest (0.0.0)
0.0.0
Simple import & export sorting ESLint plugin
monk-import-export
/
.prettierrc
11 lines
(10 loc)
•
193 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"arrowParens"
:
"avoid"
,
"bracketSpacing"
:
true
,
"jsxBracketSameLine"
:
true
,
"printWidth"
:
150
,
"singleQuote"
:
true
,
"tabWidth"
:
2
,
"trailingComma"
:
"none"
,
"useTabs"
:
false
}