Skip to content

Commit f00a7f6

Browse files
committed
Add gitignore and prettierrc
1 parent 8e98e6f commit f00a7f6

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.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)