We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0b5be commit cd02d23Copy full SHA for cd02d23
packages/browser/test/integration/.prettierrc
@@ -1,3 +1,7 @@
1
{
2
+ "arrowParens": "avoid",
3
+ "printWidth": 120,
4
+ "proseWrap": "always",
5
+ "singleQuote": true,
6
"trailingComma": "es5"
7
}
0 commit comments