Skip to content

Commit

Permalink
feat(md): adds markdownlint as a dependency
Browse files Browse the repository at this point in the history
adds markdownlint and basic config
  • Loading branch information
pranshuchittora committed Apr 22, 2019
1 parent 46049e6 commit 00bf761
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 33 deletions.
16 changes: 16 additions & 0 deletions .markdownlint.json
@@ -0,0 +1,16 @@
{
"default": true,
"MD002": false,
"MD004": { "style": "dash" },
"MD007": { "indent": 4 },
"MD013": { "line_length": 600 },
"MD026": false,
"MD029": { "style": "ordered" },
"MD033": false,
"MD034": false,
"MD036": false,
"MD041": false,
"no-hard-tabs": false,
"whitespace": false,
"emphasis-style": { "style": "_" }
}
88 changes: 55 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -124,6 +124,7 @@
"import-local": "^2.0.0",
"interpret": "^1.1.0",
"loader-utils": "^1.1.0",
"markdownlint": "^0.13.0",
"supports-color": "^5.5.0",
"v8-compile-cache": "^2.0.2",
"yargs": "^12.0.5"
Expand Down

0 comments on commit 00bf761

Please sign in to comment.