Add MD022 with tests, create shared module.

This commit is contained in:
David Anson 2015-03-08 23:08:43 -07:00
parent 5591cf4587
commit 9bedd25234
7 changed files with 75 additions and 3 deletions

3
lib/shared.js Normal file
View file

@ -0,0 +1,3 @@
"use strict";
module.exports.newLineRe = /\r\n|\r|\n/;