Skip to content

Commit e6e73a8

Browse files
Restoring line max chars to 80
To avoid massive reformatting at this moment
1 parent 0686777 commit e6e73a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"prettier": {
4646
"arrowParens": "avoid",
47-
"printWidth": 100,
47+
"printWidth": 80,
4848
"semi": true,
4949
"singleQuote": true,
5050
"trailingComma": "es5"

0 commit comments

Comments
 (0)