Changed prettier printWidth in build script.

This commit is contained in:
Sebastian Kupke 2019-08-09 10:27:08 +02:00
parent 3cb389aabd
commit 53654349b5
1 changed files with 2 additions and 1 deletions

View File

@ -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'))