UNPKG
ink-form
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
Complex user-friendly form component for React Ink
github.com/lukasbach/ink-form
lukasbach/ink-form
ink-form
/
.prettierrc.json
13 lines
(12 loc)
•
255 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"
$schema
"
:
"https://json.schemastore.org/prettierrc"
,
"bracketSpacing"
:
true
,
"printWidth"
: 120,
"semi"
:
true
,
"singleQuote"
:
true
,
"tabWidth"
: 2,
"useTabs"
:
false
,
"arrowParens"
:
"avoid"
,
"endOfLine"
:
"lf"
,
"trailingComma"
:
"es5"
}