We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef18c0f commit 9dd0b0dCopy full SHA for 9dd0b0d
.prettierrc.json
@@ -2,5 +2,6 @@
2
"trailingComma": "es5",
3
"tabWidth": 2,
4
"semi": true,
5
- "singleQuote": false
+ "singleQuote": false,
6
+ "printWidth": 80
7
}
0 commit comments