From 4edf2a814eebb3deb1af4a39bc05b81bd81c34ac Mon Sep 17 00:00:00 2001 From: hay-kot Date: Sat, 1 May 2021 19:40:31 -0800 Subject: [PATCH] update line length --- frontend/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 9212164a0..485af8cfd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -65,6 +65,7 @@ "trailingComma": "es5", "tabWidth": 2, "semi": true, - "singleQuote": false + "singleQuote": false, + "printWidth": 120 } -} +} \ No newline at end of file