UNPKG
@harboor/core
Version:
latest (1.5.0)
1.5.0
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
github.com/harboorio/core
harboorio/core
@harboor/core
/
prettier.config.js
11 lines
(9 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/**
@type
{
import("prettier").Config
} */
const
config = {
tabWidth
:
4
,
printWidth
:
120
,
htmlWhitespaceSensitivity
:
'ignore'
,
bracketSameLine
:
true
,
plugins
: [], }
export
default
config