UNPKG

eslint-plugin-vuoto

Version:

ESLint plugin for detecting and fixing whitespace issues - zero-width characters, non-breaking spaces, and Unicode normalization

10 lines 387 B
import type { ESLint, Linter } from 'eslint'; import type { VuotoESLintConfig } from './types.js'; declare const configs: Record<VuotoESLintConfig, Linter.Config[]>; type Plugin = ESLint.Plugin & { configs: typeof configs; }; declare const plugin: Plugin; export default plugin; export type { VuotoESLintConfig, VuotoRuleLevel } from './types.js'; //# sourceMappingURL=index.d.ts.map