Changed prettier printWidth in build script.
This commit is contained in:
parent
3cb389aabd
commit
53654349b5
@ -61,7 +61,8 @@ function prettify() {
|
|||||||
singleQuote: true,
|
singleQuote: true,
|
||||||
jsxSingleQuote: true,
|
jsxSingleQuote: true,
|
||||||
tabWidth: 4,
|
tabWidth: 4,
|
||||||
semi: false
|
semi: false,
|
||||||
|
printWidth: 120
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
.pipe(dest('./lib'))
|
.pipe(dest('./lib'))
|
||||||
|
Loading…
Reference in New Issue
Block a user