UNPKG

209 BTypeScriptView Raw
1import type * as eslint from 'eslint';
2interface IPlugin {
3 rules: {
4 [x: string]: eslint.Rule.RuleModule;
5 };
6}
7declare const plugin: IPlugin;
8export = plugin;
9//# sourceMappingURL=index.d.ts.map
\No newline at end of file