Skip to content

Commit 35ffe7a

Browse files
committed
Add prettier config
1 parent e33d5e4 commit 35ffe7a

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
build
3+
dist

.prettierrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"arrowParens": "always",
3+
"jsxSingleQuote": true,
4+
"printWidth": 100,
5+
"singleQuote": true,
6+
"tabWidth": 2,
7+
"trailingComma": "all"
8+
}
9+

0 commit comments

Comments
 (0)