UNPKG
xchange-create
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Create Xchange Project
github.com/x7finance/xchange-create
x7finance/xchange-create
xchange-create
/
.prettierrc.cjs
14 lines
(12 loc)
•
286 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
@type
{ PrettierConfig } */
const
config
=
{ arrowParens:
"avoid"
, printWidth:
80
, singleQuote:
false
, jsxSingleQuote:
false
, semi:
false
, trailingComma:
"es5"
, tabWidth:
2
, importOrder: [
"^react$"
,
"<THIRD_PARTY_MODULES>"
,
"^~~/(.*)$"
], }
module
.
exports
= config