UNPKG
@madgex/prettier-config-madgex
Version:
latest (2.0.1)
2.0.1
2.0.0
1.2.1
1.1.2
1.1.1
1.0.1
Prettier rules related to Madgex projects
@madgex/prettier-config-madgex
/
index.js
11 lines
(10 loc)
•
189 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module.exports
=
{
useTabs:
false
,
tabWidth:
2
,
printWidth:
120
,
singleQuote:
true
,
trailingComma:
'all'
,
bracketSpacing:
true
,
arrowParens:
'always'
,
endOfLine:
'auto'
, }
;