Renamed rule fore new line at EOF from MD046 to MD047

This commit is contained in:
KitoW 2019-04-05 22:33:19 +02:00
parent 12a51da282
commit 33eaf0bdda
10 changed files with 14 additions and 14 deletions

View file

@ -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
},