Skip to content

Commit

Permalink
Merge pull request #901 from dorssel/fix_schemas
Browse files Browse the repository at this point in the history
Fix JSON schemas
  • Loading branch information
dorssel committed Mar 24, 2024
2 parents 1e2a5c0 + d8fe749 commit 0d6303e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/linters/.markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json",
"MD013": {
"line_length": 160
}
Expand Down
1 change: 0 additions & 1 deletion .github/linters/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"$schema": "https://json.schemastore.org/prettierrc.json",
"singleQuote": true
}
1 change: 0 additions & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "https://json.schemastore.org/global.json",
"sdk": {
"version": "8.0.203",
"allowPrerelease": false,
Expand Down

0 comments on commit 0d6303e

Please sign in to comment.