feature(config): adding config.ignore to replace metadata (e.g. frontmatter) before linting

This commit is contained in:
Rodney Rehm 2015-07-20 14:16:52 +02:00 committed by David Anson
parent a958a33860
commit cae451967a
4 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"default": true,
"ignore": "frontmatter",
"MD012": false
}

View file

@ -0,0 +1,7 @@
---
front: matter
---
# Header 1 #
## Header 2 ##