mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
3 lines
56 B
JavaScript
3 lines
56 B
JavaScript
"use strict";
|
|
|
|
module.exports.newLineRe = /\r\n|\r|\n/;
|