Skip to content

Commit 0cbe30f

Browse files
committed
Gitignore and prettier config
1 parent 39e4025 commit 0cbe30f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules
2+
coverage
3+
.DS_Store
4+
.vscode

.prettierrc

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

0 commit comments

Comments
 (0)