Skip to content

Commit cd02d23

Browse files
committed
make browser integration tests inherit main prettier settings
1 parent af0b5be commit cd02d23

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)