6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
import { ESLint } from 'eslint';
|
|
|
|
declare const plugin: ESLint.Plugin;
|
|
|
|
export = plugin;
|