forked from graphql/graphiql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: apply prettier to more files (graphql#1213)
* have prettier use the .eslintignore file * prettier all the things * prettify HTML too * prettier changelogs Co-authored-by: @benjie
- Loading branch information
Showing
38 changed files
with
166 additions
and
862 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
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,5 +1,3 @@ | ||
module.exports = { | ||
extends: [ | ||
'@commitlint/config-conventional' | ||
], | ||
extends: ['@commitlint/config-conventional'], | ||
}; |
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 |
---|---|---|
|
@@ -7,18 +7,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
**Note:** Version bump only for package graphiql-example-cdn | ||
|
||
|
||
|
||
|
||
|
||
## [0.0.6](https://github.com/graphql/graphiql/compare/[email protected]@0.0.6) (2019-11-26) | ||
|
||
**Note:** Version bump only for package graphiql-example-cdn | ||
|
||
|
||
|
||
|
||
|
||
## [0.0.5](https://github.com/graphql/graphiql/compare/[email protected]@0.0.5) (2019-10-19) | ||
|
||
**Note:** Version bump only for package graphiql-example-cdn |
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,3 @@ | ||
GraphiQL CDN Example | ||
======================== | ||
# GraphiQL CDN Example | ||
|
||
This example uses the CDN bundles to show the most simple example possible for CDN. |
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 |
---|---|---|
|
@@ -7,51 +7,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
**Note:** Version bump only for package graphiql-example-webpack | ||
|
||
|
||
|
||
|
||
|
||
## [0.0.9](https://github.com/graphql/graphiql/compare/[email protected]@0.0.9) (2019-12-09) | ||
|
||
**Note:** Version bump only for package graphiql-example-webpack | ||
|
||
|
||
|
||
|
||
|
||
## [0.0.8](https://github.com/graphql/graphiql/compare/[email protected]@0.0.8) (2019-12-09) | ||
|
||
**Note:** Version bump only for package graphiql-example-webpack | ||
|
||
|
||
|
||
|
||
|
||
## [0.0.7](https://github.com/graphql/graphiql/compare/[email protected]@0.0.7) (2019-12-03) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* ensure css files move with babel dist ([ca95547](https://github.com/graphql/graphiql/commit/ca95547)) | ||
|
||
|
||
|
||
|
||
- ensure css files move with babel dist ([ca95547](https://github.com/graphql/graphiql/commit/ca95547)) | ||
|
||
## [0.0.6](https://github.com/graphql/graphiql/compare/[email protected]@0.0.6) (2019-12-03) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* convert browserify build to webpack, fixes [#976](https://github.com/graphql/graphiql/issues/976) ([#1001](https://github.com/graphql/graphiql/issues/1001)) ([3caf041](https://github.com/graphql/graphiql/commit/3caf041)) | ||
|
||
|
||
|
||
|
||
- convert browserify build to webpack, fixes [#976](https://github.com/graphql/graphiql/issues/976) ([#1001](https://github.com/graphql/graphiql/issues/1001)) ([3caf041](https://github.com/graphql/graphiql/commit/3caf041)) | ||
|
||
## 0.0.5 (2019-11-26) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* webpack resolutions for [#882](https://github.com/graphql/graphiql/issues/882), add webpack example ([ea9df3e](https://github.com/graphql/graphiql/commit/ea9df3e)) | ||
- webpack resolutions for [#882](https://github.com/graphql/graphiql/issues/882), add webpack example ([ea9df3e](https://github.com/graphql/graphiql/commit/ea9df3e)) |
Oops, something went wrong.