mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Resolve new eslint-plugin-regexp violation regexp/no-contradiction-with-assertion.
This commit is contained in:
parent
a5fb19ba9e
commit
0afedaebf4
3 changed files with 3 additions and 3 deletions
|
@ -518,7 +518,7 @@ specify a custom `RegExp` or use the value `null` to disable the feature.
|
|||
The default value:
|
||||
|
||||
```javascript
|
||||
/((^---\s*$[\s\S]*?^---\s*)|(^\+\+\+\s*$[\s\S]*?^(\+\+\+|\.\.\.)\s*)|(^\{\s*$[\s\S]*?^\}\s*))(\r\n|\r|\n|$)/m
|
||||
/((^---\s*$[\s\S]+?^---\s*)|(^\+\+\+\s*$[\s\S]+?^(\+\+\+|\.\.\.)\s*)|(^\{\s*$[\s\S]+?^\}\s*))(\r\n|\r|\n|$)/m
|
||||
```
|
||||
|
||||
Ignores [YAML](https://en.wikipedia.org/wiki/YAML),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue