UNPKG
@lego/prettier-config
Version:
latest (6.1.2)
next (1.8.1-alpha.6)
6.1.2
3.0.0
2.0.0
1.16.1
1.16.1-alpha.0
1.16.0
1.15.1
1.15.0
1.14.1
1.14.0
1.13.1
1.13.0
1.12.0
1.10.8
1.10.7
1.10.6
1.10.5
1.10.4
1.9.0
1.8.1
1.8.1-alpha.6
1.8.1-alpha.1
1.8.1-alpha.0
1.8.0
1.7.20
1.7.18
1.7.17
1.7.16
1.7.15
1.7.14
1.7.13
1.7.12
1.7.8
1.7.7
1.7.6
1.7.5
1.1.1
1.1.0
1.0.3
LEGO shareable prettier config
github.com/LEGO/linter-configs
LEGO/linter-configs
@lego/prettier-config
/
lib
/
cjs
/
index.js
11 lines
•
250 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
const
prettierOptions = {
arrowParens
:
'always'
,
printWidth
:
100
,
proseWrap
:
'preserve'
,
semi
:
true
,
singleQuote
:
true
,
trailingComma
:
'es5'
, };
module
.
exports
= prettierOptions;
//# sourceMappingURL=index.js.map