Skip to content

Commit

Permalink
fix(eslint-plugin): use a default export for the rules type (#7266)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Jul 19, 2023
1 parent ad46286 commit af77a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/rules.d.ts
Expand Up @@ -41,4 +41,4 @@ export interface TypeScriptESLintRules {
[ruleName: string]: RuleModule<string, unknown[]>;
}
declare const rules: TypeScriptESLintRules;
export = rules;
export default rules;

0 comments on commit af77a1d

Please sign in to comment.