rumdl-wasm 0.2.73 → 0.2.75
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/package.json +1 -1
- package/rumdl_lib.d.ts +1 -1
- package/rumdl_lib.js +1 -1
- package/rumdl_lib_bg.wasm +0 -0
package/package.json
CHANGED
package/rumdl_lib.d.ts
CHANGED
|
@@ -66,7 +66,7 @@ export class Linter {
|
|
|
66
66
|
* Get any warnings generated during configuration parsing
|
|
67
67
|
*
|
|
68
68
|
* Returns a JSON array of warning strings. Each warning is prefixed
|
|
69
|
-
* with the rule name (e.g.,
|
|
69
|
+
* with the rule name (e.g., `[MD060] Invalid severity: critical`).
|
|
70
70
|
*
|
|
71
71
|
* Useful for debugging configuration issues or providing user feedback.
|
|
72
72
|
*/
|
package/rumdl_lib.js
CHANGED
|
@@ -156,7 +156,7 @@ export class Linter {
|
|
|
156
156
|
* Get any warnings generated during configuration parsing
|
|
157
157
|
*
|
|
158
158
|
* Returns a JSON array of warning strings. Each warning is prefixed
|
|
159
|
-
* with the rule name (e.g.,
|
|
159
|
+
* with the rule name (e.g., `[MD060] Invalid severity: critical`).
|
|
160
160
|
*
|
|
161
161
|
* Useful for debugging configuration issues or providing user feedback.
|
|
162
162
|
* @returns {string}
|
package/rumdl_lib_bg.wasm
CHANGED
|
Binary file
|