UNPKG

eslint-config-alloy

Version:
15 lines (13 loc) 272 B
export * from './build'; export * from './i18n'; export interface Rule { name: string; value: any; description: string; reason: string; badExample: string; goodExample: string; fixable: boolean; extendsBaseRule: string; requiresTypeChecking: boolean; }