UNPKG
@spiralup/jfl-parser
Version:
latest (3.0.0)
3.0.0
1.0.0
Parser for JHipster Form definition Language
github.com/SpiralUp/jfl-parser
SpiralUp/jfl-parser
@spiralup/jfl-parser
/
.prettierrc
14 lines
(13 loc)
•
204 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"arrowParens"
:
"avoid"
,
"printWidth"
:
120
,
"semi"
:
true
,
"tabWidth"
:
4
,
"trailingComma"
:
"none"
,
"overrides"
:
[
{
"files"
:
"*.js"
,
"options"
:
{
"singleQuote"
:
true
}
}
]
}