UNPKG

@sumup-oss/eslint-plugin-circuit-ui

Version:
5 lines (4 loc) 112 B
export type RuleSeverity = 'off' | 'error' | 'warn'; export type RuleDocs = { recommended: RuleSeverity; };