Skip to content

Commit

Permalink
Replace JSON config with YAML for comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Jul 26, 2022
1 parent b64be5c commit c835168
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
node-version: 18
- run: |
npm install -g [email protected]
markdownlint --config .markdownlintrc **/*.md
markdownlint --config .markdownlint.yaml **/*.md
3 changes: 3 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"default": true # Default state for all rules
"MD013": false # Disable rule for line length
"MD033": false # Disable rule banning inline HTML
5 changes: 0 additions & 5 deletions .markdownlintrc

This file was deleted.

0 comments on commit c835168

Please sign in to comment.