mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Add lint rules from eslint-plugin-node.
This commit is contained in:
parent
6525c36f1e
commit
e1eb81cd21
11 changed files with 61 additions and 19 deletions
|
@ -15,8 +15,6 @@ That function is called once for each file/string input and is passed the parsed
|
|||
A simple rule implementation looks like:
|
||||
|
||||
```js
|
||||
const { URL } = require("url");
|
||||
|
||||
module.exports = {
|
||||
"names": [ "any-blockquote" ],
|
||||
"description": "Rule that reports an error for any blockquote",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue