Home / Type/ LintInfo Type — supabase Architecture

LintInfo Type — supabase Architecture

Architecture documentation for the LintInfo type/interface in Linter.constants.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Linter/Linter.constants.ts lines 8–16

export type LintInfo = {
  name: string
  title: string
  icon: JSX.Element
  link: (args: { projectRef: string; metadata: Lint['metadata'] }) => string
  linkText: string
  docsLink: string
  category: 'security' | 'performance'
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free