Skip to content

Commit

Permalink
Refactor/tck test formatting (#323)
Browse files Browse the repository at this point in the history
* Fix for bug, caused by returning a union

* Docs media (#310)

* config: remove codeowners

* docs: add some media links

* docs: change links to list

* Update README.md

Capitalise NODES

* docs: add wills talk to list

Co-authored-by: Darrell Warde <8117355+darrellwarde@users.noreply.github.com>

* Version update

* Fixed tests broken after merge

* Refactor headings and add markdownlint config to allow nested heading re-use

* Use code block tags which allow formatting

* Replace ```schema with ```graphql

* Slight markdownlint config tweak

* Merge branch '2.0.0' into refactor/tck-test-formatting

Co-authored-by: Daniel Starns <danielstarns@hotmail.com>
Co-authored-by: Neo Technology Build Agent <continuous-integration+build-agent@neotechnology.com>
  • Loading branch information
3 people authored Jul 14, 2021
1 parent 5114bf8 commit 5272324
Show file tree
Hide file tree
Showing 93 changed files with 4,543 additions and 4,165 deletions.
5 changes: 5 additions & 0 deletions packages/graphql/tests/tck/tck-test-files/.markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"default": true,
"MD013": { "code_blocks": false },
"MD024": { "siblings_only": true }
}
Loading

0 comments on commit 5272324

Please sign in to comment.