FAQ Style Mockups
Compare three variants of the <FaqList> component.
Variant A: Divider
Clean bottom borders between items, no container.
Yes. Config inheritance works in any repository, not just monorepos.
Yes. Install the package and reference it by name in your config.
Yes. Configs can extend other configs that also use extends. Circular dependencies are detected and prevented.
Yes. Rules in the child config always override rules from extended configs.
claudelint searches up the directory tree for the nearest .claudelintrc.json file, just like ESLint.
No. The --workspace and --workspaces flags require a workspace configuration (pnpm-workspace.yaml or package.json workspaces).
Ignore patterns are concatenated and deduplicated. Both parent and child patterns apply.
Yes. Set it to "off" in the child config.
Variant B: Card
Items grouped in a single bordered container, open state gets a background.
Yes. Config inheritance works in any repository, not just monorepos.
Yes. Install the package and reference it by name in your config.
Yes. Configs can extend other configs that also use extends. Circular dependencies are detected and prevented.
Yes. Rules in the child config always override rules from extended configs.
claudelint searches up the directory tree for the nearest .claudelintrc.json file, just like ESLint.
No. The --workspace and --workspaces flags require a workspace configuration (pnpm-workspace.yaml or package.json workspaces).
Ignore patterns are concatenated and deduplicated. Both parent and child patterns apply.
Yes. Set it to "off" in the child config.
Variant C: Flat
Minimal — no borders on items, open state uses an indent bar.
Yes. Config inheritance works in any repository, not just monorepos.
Yes. Install the package and reference it by name in your config.
Yes. Configs can extend other configs that also use extends. Circular dependencies are detected and prevented.
Yes. Rules in the child config always override rules from extended configs.
claudelint searches up the directory tree for the nearest .claudelintrc.json file, just like ESLint.
No. The --workspace and --workspaces flags require a workspace configuration (pnpm-workspace.yaml or package.json workspaces).
Ignore patterns are concatenated and deduplicated. Both parent and child patterns apply.
Yes. Set it to "off" in the child config.