Skip to content

Commit 0030927

Browse files
authored
Bump 9.0.0 version
2 parents 0575e15 + a98bb2a commit 0030927

File tree

109 files changed

+6742
-1822
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+6742
-1822
lines changed

.github/FUNDING.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# These are supported funding model platforms
2+
3+
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: graphql-compose
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

.markdownlint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"ol-prefix": false,
88
"first-line-h1": false,
99
"first-heading-h1": false,
10-
"no-bare-urls": false
10+
"no-bare-urls": false,
11+
"blanks-around-lists": false
1112
}

.vscode/settings.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"eslint.validate": ["javascript"],
32
"javascript.validate.enable": false,
4-
"javascript.autoClosingTags": false,
5-
"eslint.autoFixOnSave": true,
3+
"typescript.tsdk": "node_modules/typescript/lib",
4+
"editor.formatOnSave": false,
5+
"javascript.format.enable": false,
6+
"typescript.format.enable": false,
67
"editor.codeActionsOnSave": {
78
"source.fixAll.eslint": true
8-
}
9+
},
910
}

0 commit comments

Comments
 (0)