Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix types
  • Loading branch information
jeddy3 committed Nov 27, 2025
commit 2144bca081e9634d4cb1a3684e3ba13566eb62f7
4 changes: 1 addition & 3 deletions types/stylelint/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -640,9 +640,7 @@ declare namespace stylelint {
propertiesSyntax: Record<string, string>;
typesSyntax: Record<string, string>;
},
RejectedMessage<[property: string, value: string]> & {
rejectedParseError: (property: string, value: string) => string;
}
RejectedMessage<[property: string, value: string]>
>;
'font-family-name-quotes': CoreRule<
'always-where-required' | 'always-where-recommended' | 'always-unless-keyword',
Expand Down
Loading