UNPKG

eslint-plugin-vuoto

Version:

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

3 lines 164 B
export type VuotoESLintConfig = 'recommended' | 'strict' | 'all' | 'off'; export type VuotoRuleLevel = 'error' | 'warn' | 'off'; //# sourceMappingURL=types.d.ts.map