Skip to content

Commit ba16861

Browse files
committed
make browser integration tests inherit main prettier settings
1 parent 790e9cf commit ba16861

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2+
"arrowParens": "avoid",
3+
"printWidth": 120,
4+
"proseWrap": "always",
5+
"singleQuote": true,
26
"trailingComma": "es5"
37
}

0 commit comments

Comments
 (0)