Skip to content

Commit

Permalink
Update packages/eslint-mdx/src/tokens.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin authored Dec 2, 2023
1 parent 88932f1 commit 1cd00be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-mdx/src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const restoreTokens = (
value?: string,
): Token => ({
type,
// @ts-expect-error -- FIXME: `value` is not a valid property of `Token`
// @ts-expect-error -- FIXME: `value` is a valid property of `Token`
value,
start,
end,
Expand Down

0 comments on commit 1cd00be

Please sign in to comment.