Skip to content

Commit

Permalink
chore: cleaner configs
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig committed Jan 29, 2024
1 parent c306b51 commit 4488d0c
Show file tree
Hide file tree
Showing 5 changed files with 369 additions and 462 deletions.
10 changes: 5 additions & 5 deletions .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"config": {
"extends": "markdownlint/style/prettier",
"relative-links": true,
"default": true,
"MD024": false,
"MD033": false
"relative-links": true,
"no-duplicate-heading": false,
"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 4488d0c

Please sign in to comment.