Skip to content

Commit

Permalink
WIP getReferences
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsonvu committed Jan 5, 2024
1 parent e37af6c commit c985a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/reactivity/pluginApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export interface ReactivityPlugin {
create: (api: ReactivityPluginApi) => TSESLint.RuleListener;
}

// Defeats type widening
// Defeats type widening, could also use `satisfies ReactivityPlugin`
export function plugin(p: ReactivityPlugin): ReactivityPlugin {
return p;
}
Expand Down

0 comments on commit c985a28

Please sign in to comment.