mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-19 23:40:12 +01:00
15 lines
382 B
JSON
15 lines
382 B
JSON
|
|
{
|
||
|
|
"name": "markdownlint-rule-sample-module",
|
||
|
|
"version": "0.0.1",
|
||
|
|
"description": "Package for markdownlint custom rule sample (module)",
|
||
|
|
"main": "sample-rule.mjs",
|
||
|
|
"type": "module",
|
||
|
|
"author": "David Anson (https://dlaa.me/)",
|
||
|
|
"homepage": "https://github.com/DavidAnson/markdownlint",
|
||
|
|
"license": "MIT",
|
||
|
|
"keywords": [
|
||
|
|
"markdownlint-rule"
|
||
|
|
],
|
||
|
|
"private": true
|
||
|
|
}
|