mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Rename md049.js in preparation for merging with md050.js.
This commit is contained in:
parent
c4f51090ae
commit
76bc976d3b
3 changed files with 6 additions and 6 deletions
|
@ -4401,10 +4401,10 @@ module.exports = {
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ "../lib/md049.js":
|
||||
/*!***********************!*\
|
||||
!*** ../lib/md049.js ***!
|
||||
\***********************/
|
||||
/***/ "../lib/md049-md050.js":
|
||||
/*!*****************************!*\
|
||||
!*** ../lib/md049-md050.js ***!
|
||||
\*****************************/
|
||||
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
||||
|
||||
"use strict";
|
||||
|
@ -4634,7 +4634,7 @@ var rules = [
|
|||
__webpack_require__(/*! ./md046 */ "../lib/md046.js"),
|
||||
__webpack_require__(/*! ./md047 */ "../lib/md047.js"),
|
||||
__webpack_require__(/*! ./md048 */ "../lib/md048.js"),
|
||||
__webpack_require__(/*! ./md049 */ "../lib/md049.js"),
|
||||
__webpack_require__(/*! ./md049-md050 */ "../lib/md049-md050.js"),
|
||||
__webpack_require__(/*! ./md050 */ "../lib/md050.js"),
|
||||
__webpack_require__(/*! ./md051 */ "../lib/md051.js")
|
||||
];
|
||||
|
|
|
@ -49,7 +49,7 @@ const rules = [
|
|||
require("./md046"),
|
||||
require("./md047"),
|
||||
require("./md048"),
|
||||
require("./md049"),
|
||||
require("./md049-md050"),
|
||||
require("./md050"),
|
||||
require("./md051")
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue