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