Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add and fix ECLint in pipeline #629

Merged
merged 18 commits into from
May 12, 2021
Merged
Next Next commit
Move markdownlint.yml to top-level dir
  • Loading branch information
drpatelh committed May 11, 2021
commit 802c79a5102d5af274400bfac23cb8e2c6469d7b
4 changes: 4 additions & 0 deletions .github/markdownlint.yml → .markdownlint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Markdownlint configuration file
default: true
line-length: false
ul-indent:
indent: 4
no-duplicate-header:
siblings_only: true
no-inline-html:
Expand All @@ -10,3 +12,5 @@ no-inline-html:
- kbd
- details
- summary
single-title:
level: 2