markdownlint/lib/shared.js

4 lines
56 B
JavaScript
Raw Normal View History

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