@cspell/eslint-plugin
Version:
12 lines • 369 B
text/typescript
import type { ESLint, Rule } from 'eslint';
type ESlintPlugin = ESLint.Plugin;
export declare const rules: {
spellchecker: Rule.RuleModule;
};
export declare const meta: {
readonly name: "@cspell";
};
export declare const configs: ESlintPlugin['configs'];
export declare const plugin: ESlintPlugin;
export {};
//# sourceMappingURL=cspell-eslint-plugin.d.cts.map