Add basic infrastructure, MD031, and test.

This commit is contained in:
David Anson 2015-02-23 23:39:20 -08:00
parent cdec362dc0
commit d16e1cafc1
5 changed files with 136 additions and 1 deletions

View file

@ -2,7 +2,7 @@
"name": "markdownlint",
"version": "0.0.1",
"description": "A linting tool for Markdown files",
"main": "markdownlint.js",
"main": "lib/markdownlint.js",
"author": "David Anson (http://dlaa.me/)",
"license": "MIT",
"homepage": "https://github.com/DavidAnson/markdownlint",