type ExtraRuleDocs = {
    recommended: 'strict' | 'error' | 'warn';
};

export type { ExtraRuleDocs };
