@diplodoc/yfmlint 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -21428,7 +21428,7 @@ var config_default = {
|
|
|
21428
21428
|
},
|
|
21429
21429
|
YFM002: "warn" /* WARN */,
|
|
21430
21430
|
// No header found in the file for the link text
|
|
21431
|
-
YFM003: "
|
|
21431
|
+
YFM003: "warn" /* WARN */,
|
|
21432
21432
|
// Link is unreachable
|
|
21433
21433
|
YFM004: "error" /* ERROR */,
|
|
21434
21434
|
// Table not closed
|