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