-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run full prettier add prettier to pre-commit and CI
- Loading branch information
1 parent
1a36428
commit c015b02
Showing
217 changed files
with
3,549 additions
and
1,382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
--- | ||
'frontend': patch | ||
'@graphql-mesh/plugin-operation-field-permissions': patch | ||
'@graphql-mesh/transform-resolvers-composition': patch | ||
'@graphql-mesh/plugin-http-details-extensions': patch | ||
'odata-msgraph-programmatic-ts': patch | ||
'type-merging-batching-example': patch | ||
'authors-service': patch | ||
'@graphql-mesh/transform-naming-convention': patch | ||
'graphql-file-upload-example': patch | ||
'@graphql-mesh/plugin-deduplicate-request': patch | ||
'odata-msgraph-programmatic': patch | ||
'json-schema-subscriptions': patch | ||
'typescript-location-weather-example': patch | ||
'openapi-react-weatherbit': patch | ||
'@graphql-mesh/transform-filter-schema': patch | ||
'@graphql-mesh/transform-replace-field': patch | ||
'javascript-wiki': patch | ||
'@graphql-mesh/transform-type-merging': patch | ||
'@graphql-mesh/plugin-response-cache': patch | ||
'@graphql-mesh/transform-encapsulate': patch | ||
'@graphql-mesh/transform-hoist-field': patch | ||
'nextjs-apollo-example': patch | ||
'openapi-stackexchange': patch | ||
'openapi-subscriptions': patch | ||
'@graphql-mesh/postgraphile': patch | ||
'@graphql-mesh/transform-federation': patch | ||
'@graphql-mesh/transform-rate-limit': patch | ||
'@graphql-mesh/string-interpolation': patch | ||
'@omnigraph/json-schema': patch | ||
'nextjs-sdk-example': patch | ||
'@graphql-mesh/merger-federation': patch | ||
'@graphql-mesh/plugin-http-cache': patch | ||
'@graphql-mesh/plugin-live-query': patch | ||
'@graphql-mesh/plugin-prometheus': patch | ||
'covid-mesh': patch | ||
'openwhisk-example': patch | ||
'country-info-example': patch | ||
'thrift-calculator': patch | ||
'@graphql-mesh/cache-localforage': patch | ||
'@graphql-mesh/transform-extend': patch | ||
'@graphql-mesh/transform-prefix': patch | ||
'@graphql-mesh/transform-rename': patch | ||
'mongoose-example': patch | ||
'openapi-youtrack': patch | ||
'@graphql-mesh/graphql': patch | ||
'@graphql-mesh/plugin-snapshot': patch | ||
'mysql-employees': patch | ||
'odata-microsoft-graph-example': patch | ||
'@graphql-mesh/thrift': patch | ||
'@omnigraph/openapi': patch | ||
'@graphql-mesh/transform-hive': patch | ||
'postgres-geodb-example': patch | ||
'chinook': patch | ||
'@graphql-mesh/mysql': patch | ||
'@graphql-mesh/plugin-statsd': patch | ||
'odata-trippin-example': patch | ||
'@graphql-mesh/cross-helpers': patch | ||
'@graphql-mesh/soap': patch | ||
'@graphql-mesh/tuql': patch | ||
'@graphql-mesh/jit-executor': patch | ||
'json-machete': patch | ||
'@omnigraph/raml': patch | ||
'@omnigraph/soap': patch | ||
'@graphql-mesh/merger-bare': patch | ||
'@graphql-mesh/plugin-hive': patch | ||
'@graphql-mesh/plugin-mock': patch | ||
'@graphql-mesh/apollo-link': patch | ||
'@graphql-mesh/cache-redis': patch | ||
'mysql-rfam': patch | ||
'@graphql-mesh/runtime': patch | ||
'@graphql-mesh/config': patch | ||
'auth0-example': patch | ||
'@graphql-mesh/store': patch | ||
'@graphql-mesh/types': patch | ||
'@graphql-mesh/utils': patch | ||
'@graphql-mesh/urql-exchange': patch | ||
'@graphql-mesh/cli': patch | ||
--- | ||
|
||
Prettier fixes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
yarn pretty-quick --staged | ||
yarn lint-staged |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ | |
dist/ | ||
.mesh/ | ||
/.husky/_/ | ||
.bob/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.