Skip to content

Commit 5c94800

Browse files
Added prettierrc.
1 parent 1730781 commit 5c94800

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.prettierrc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"printWidth": 180,
3+
"tabWidth": 2,
4+
"useTabs": false,
5+
"semi": true,
6+
"singleQuote": true,
7+
"trailingComma": "es5",
8+
"bracketSpacing": true,
9+
"arrowParens": "always",
10+
"endOfLine": "lf"
11+
}

0 commit comments

Comments
 (0)