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