Skip to content

Commit

Permalink
Added markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhank-saxena committed May 26, 2020
1 parent 25e4204 commit 5c91d60
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"default": true,
"MD013": false,
"MD033": false
}
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ repos:
rev: 1.19.1
hooks:
- id: prettier
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.22.0
hooks:
- id: markdownlint
args: [--fix]
- repo: https://github.com/psf/black
rev: stable
hooks:
Expand Down
5 changes: 2 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
static
templates
.vscode
README.md
*.md
*.yml
*.yaml
CONTRIBUTION.md
build
build

0 comments on commit 5c91d60

Please sign in to comment.