UNPKG
json-schema-poet
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
[JSON Schema](https://json-schema.org) is a useful way to define input and output schemas.
json-schema-poet
/
.prettierrc.yaml
11 lines
(10 loc)
•
186 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
printWidth:
80
tabWidth:
2
useTabs:
false
semi:
true
singleQuote:
false
jsxSingleQuote:
false
trailingComma:
"none"
bracketSpacing:
true
arrowParens:
"avoid"
endOfLine:
"auto"