Skip to content

Commit de9b610

Browse files
committed
style: Add prettier and clean up code formatting (#47)
1 parent 99a323e commit de9b610

5 files changed

Lines changed: 698 additions & 81 deletions

File tree

.prettierignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.DS_Store
2+
node_modules/
3+
.vscode/
4+
test-bundle.js
5+
out/
6+
**/dist
7+
test/lib

.prettierrc

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

0 commit comments

Comments
 (0)