UNPKG
@carto/ps-style-guide
Version:
latest (2.0.0)
2.0.0
1.0.2
1.0.1
1.0.0
1.0.0-canary.5
1.0.0-canary.4
1.0.0-canary.3
1.0.0-canary.2
1.0.0-canary.1
1.0.0-canary.0
CARTO's engineering style guide for Professional Services
@carto/ps-style-guide
/
src
/
prettier
/
index.js
13 lines
(12 loc)
•
256 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
default
{
$schema:
'http://json.schemastore.org/prettierrc'
,
arrowParens:
'always'
,
bracketSpacing:
true
,
jsxSingleQuote:
true
,
printWidth:
80
,
semi:
false
,
singleQuote:
true
,
tabWidth:
2
,
trailingComma:
'all'
,
useTabs:
false
, }