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 c02236a commit e571b8e
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/linters/.stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,7 @@
"stylelint-config-prettier-scss"
],
"ignoreFiles": [
"../../frontend/src/components/_normalize.scss",
"**/mkdocs/**/*.md",
"../../mkdocs/docs/developer/frontend.md"
"../../frontend/src/components/_normalize.scss"
],
"ignorePatterns": ["**/mkdocs/**/*.md", "!**/*.md"],
"overrides": [
{
"files": ["**/*.md"],
"options": {
"processor": "markdown/markdown"
}
}
]
"ignorePatterns": ["*.md"]
}

0 comments on commit e571b8e

Please sign in to comment.