Skip to content

Commit

Permalink
Remove deprecated PluginContext type (#6476)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Nov 18, 2022
1 parent 5cb83f8 commit 32ad58b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions types/stylelint/index.d.ts
Expand Up @@ -180,11 +180,6 @@ declare module 'stylelint' {
newline?: string | undefined;
};

/**
* @deprecated Use `RuleContext` instead.
*/
export type PluginContext = RuleContext;

export type RuleBase<P = any, S = any> = (
primaryOption: P,
secondaryOptions: Record<string, S>,
Expand Down

0 comments on commit 32ad58b

Please sign in to comment.