markdownlint/lib/shared.js
2015-03-08 23:09:05 -07:00

3 lines
56 B
JavaScript

"use strict";
module.exports.newLineRe = /\r\n|\r|\n/;