Skip to content

Commit acdaa6a

Browse files
authored
Format all code / Add pre-commit format hook (#81)
* Add format-guard * Format code
1 parent 4fb7fa9 commit acdaa6a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+28451
-25632
lines changed

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npx lint-staged

.prettierrc

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

0 commit comments

Comments
 (0)