Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #228 from tinacms/feat/format-code
Browse files Browse the repository at this point in the history
Add code format
  • Loading branch information
dwalkr authored May 27, 2021
2 parents aeedb6a + 504d989 commit 454454e
Show file tree
Hide file tree
Showing 176 changed files with 66,787 additions and 47,993 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn pretty-quick --staged
101,405 changes: 60,056 additions & 41,349 deletions .pnp.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
**/*.mdx
*.md
build
.pnp.js
.yarn/*
.next/*
*.yml
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"trailingComma": "es5",
"semi": false,
"singleQuote": true
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
36 changes: 27 additions & 9 deletions apps/demo/.tina/__generated__/schema.gql

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 454454e

Please sign in to comment.