mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-19 23:40:12 +01:00
7 lines
136 B
JavaScript
7 lines
136 B
JavaScript
|
|
// @ts-check
|
||
|
|
|
||
|
|
"use strict";
|
||
|
|
|
||
|
|
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
|
||
|
|
module.exports.version = "0.24.0";
|