mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
// @ts-check
|
|
|
|
"use strict";
|
|
|
|
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
|
|
module.exports.version = "0.24.0";
|