-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: undefined place in vFile message causes TypeError (#521)
Many remark-lint errors do not set a place variable in the vFile message. This code should accept undefined for this field. fixes #520 Co-authored-by: JounQin <[email protected]>
- Loading branch information
1 parent
4623359
commit 1a81c44
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
"eslint-plugin-mdx": patch | ||
--- | ||
|
||
fix: `undefined` `place` in vFile message causes TypeError | ||
|
||
Many `remark-lint` errors do not set a place variable in the vFile | ||
message. This code should accept `undefined` for this field. | ||
|
||
fixes #520 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters