mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-27 11:08:49 +01:00
Renamed rule fore new line at EOF from MD046 to MD047
This commit is contained in:
parent
12a51da282
commit
33eaf0bdda
10 changed files with 14 additions and 14 deletions
|
|
@ -1255,13 +1255,13 @@
|
|||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"MD046": {
|
||||
"description": "MD046/new-line-eof - New lines at the end of file",
|
||||
"MD047": {
|
||||
"description": "MD047/new-line-eof - New lines at the end of file",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"new-line-eof": {
|
||||
"description": "MD046/new-line-eof - New lines at the end of file",
|
||||
"description": "MD047/new-line-eof - New lines at the end of file",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue