Skip to content

Commit

Permalink
update dependencies to latest (notably @sinclair/typebox)
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig committed Jan 30, 2024
1 parent d9af7f4 commit dac32c5
Show file tree
Hide file tree
Showing 6 changed files with 1,227 additions and 1,068 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# For more information see: https://editorconfig.org/
# https://editorconfig.org/

root = true

Expand Down
8 changes: 4 additions & 4 deletions .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"config": {
"extends": "markdownlint/style/prettier",
"relative-links": true,
"default": true,
"MD033": false
"relative-links": true,
"no-inline-html": false,
},
"globs": ["**/*.{md,mdx}"],
"globs": ["**/*.md"],
"ignores": ["**/node_modules"],
"customRules": ["markdownlint-rule-relative-links"]
"customRules": ["markdownlint-rule-relative-links"],
}
Loading

0 comments on commit dac32c5

Please sign in to comment.