We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c053b commit 2d87eaeCopy full SHA for 2d87eae
1 file changed
src/utils/rules/inline-element.ts
@@ -201,7 +201,7 @@ export function getSpaceContext(nodeContext: NodeContextReturnType<PhrasingConte
201
/**
202
* Validates whether a spacing run contains exactly one required space.
203
*/
204
-export function validateSingleRequiredSpace<T extends string>(
+export function validateSingleRequiredSpace<T extends InlineElementSpaceIssue>(
205
count: number,
206
missingSpaceMessageId: T,
207
multipleSpacesMessageId: T,
0 commit comments