fix: update printWidth rule
This commit is contained in:
@@ -3,5 +3,6 @@
|
|||||||
"trailingComma": "all",
|
"trailingComma": "all",
|
||||||
"tabWidth": 4,
|
"tabWidth": 4,
|
||||||
"useTabs": false,
|
"useTabs": false,
|
||||||
"semi": true
|
"semi": true,
|
||||||
|
"printWidth": 120
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user