Skip to content

Commit

Permalink
Updated .stylelintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bzzz-coding committed Jan 23, 2024
1 parent 93a6c23 commit c02236a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/linters/.stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,13 @@
"**/mkdocs/**/*.md",
"../../mkdocs/docs/developer/frontend.md"
],
"ignorePatterns": ["**/mkdocs/**/*.md", "!**/*.md"]
"ignorePatterns": ["**/mkdocs/**/*.md", "!**/*.md"],
"overrides": [
{
"files": ["**/*.md"],
"options": {
"processor": "markdown/markdown"
}
}
]
}

0 comments on commit c02236a

Please sign in to comment.