mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-09 17:38:50 +01:00
Add support for using custom rules.
This commit is contained in:
parent
4619a8c824
commit
f24f98e146
11 changed files with 497 additions and 71 deletions
13
test/rules/package.json
Normal file
13
test/rules/package.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "markdownlint-rules-test",
|
||||
"version": "0.0.1",
|
||||
"description": "Package of markdownlint custom rules used for testing",
|
||||
"main": "rules.js",
|
||||
"author": "David Anson (https://dlaa.me/)",
|
||||
"homepage": "https://github.com/DavidAnson/markdownlint",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"markdownlint-rules"
|
||||
],
|
||||
"private": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue