Skip to content

Commit ebbcee8

Browse files
authored
Create .prettierrc
1 parent 4b709b7 commit ebbcee8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.prettierrc

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

0 commit comments

Comments
 (0)