Skip to content

Commit 91e659f

Browse files
committed
Add prettier config for stubs
1 parent 9224779 commit 91e659f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

stubs/.prettierrc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"printWidth": 120,
3+
"semi": false,
4+
"singleQuote": true,
5+
"trailingComma": "es5"
6+
}

0 commit comments

Comments
 (0)