Skip to content

Commit

Permalink
chore(prettier): 🤖 ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 29, 2023
1 parent 4139e28 commit ddbba5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/remix-groq-store-lazy/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"include": ["remix.env.d.ts", "**/*.ts", "**/*.tsx", "../remix-live-store/app/getClient.tsx"],
"include": [
"remix.env.d.ts",
"**/*.ts",
"**/*.tsx",
"../remix-live-store/app/getClient.tsx"
],
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2020"],
"isolatedModules": true,
Expand Down
1 change: 1 addition & 0 deletions packages/preview-kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ console.log(title, titleEditLink)
## Using Perspectives

The `perspective` option can be used to specify special filtering behavior for queries. The default value is `raw`, which means no special filtering is applied, while [`published`](#published) and [`previewDrafts`](#previewdrafts) can be used to optimize for specific use cases. Read more about this option:

- [Perspectives in Sanity docs][perspectives-docs]
- [Perspectives in @sanity/client README][perspectives-readme]

Expand Down

0 comments on commit ddbba5d

Please sign in to comment.