From 53654349b5be1b552cb533452605e9ccdd5119b2 Mon Sep 17 00:00:00 2001 From: Sebastian Kupke Date: Fri, 9 Aug 2019 10:27:08 +0200 Subject: [PATCH] Changed prettier printWidth in build script. --- gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index f093541..0e6466b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -61,7 +61,8 @@ function prettify() { singleQuote: true, jsxSingleQuote: true, tabWidth: 4, - semi: false + semi: false, + printWidth: 120 }) ) .pipe(dest('./lib'))