Skip to content

Commit 35bfd7c

Browse files
committed
revert eslint/index.d.ts
1 parent abd07e8 commit 35bfd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/eslint/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ export namespace SourceCode {
271271
}
272272

273273
export namespace Rule {
274-
interface RuleModule extends ESLintRule.RuleModule {
274+
interface RuleModule /*extends ESLintRule.RuleModule*/ {
275275
meta: RuleMetaData
276276
create(context: RuleContext): Rule.RuleListener
277277
}

0 commit comments

Comments
 (0)