Skip to content

Commit 1a261ec

Browse files
committed
added the prettier configuration to format the project
1 parent c6eb489 commit 1a261ec

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: .prettierrc

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"arrowParens": "always",
3+
"bracketSpacing": true,
4+
"useTabs": false,
5+
"tabWidth": 2,
6+
"singleQuote": false,
7+
"semi": true,
8+
"trailingComma": "es5"
9+
}

0 commit comments

Comments
 (0)