Skip to content
This repository was archived by the owner on May 23, 2020. It is now read-only.

Commit 4601471

Browse files
🔧 Add .prettier config to prevent the future coding style
1 parent af6a72d commit 4601471

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
package.json
2+
package-lock.json
3+
yarn.lock

.prettierrc

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

0 commit comments

Comments
 (0)