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