> ## Documentation Index
> Fetch the complete documentation index at: https://gadget.aurelienbbn.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> An opinionated, community-built ESLint plugin that catches common mistakes in Gadget action files. It ships 16 rules across three categories, auto-fixes where possible, and offers recommended and strict presets.

<Info>
  This is a **community package**, not the official Gadget linter. Gadget ships its own [framework
  linter](https://docs.gadget.dev/guides/development-tools/framework-linter) which covers different concerns. This
  plugin focuses on action file patterns that the official linter does not enforce.
</Info>

<CardGroup cols={2}>
  <Card title="Install" icon="download" href="/eslint-plugin/getting-started/installation">
    Add the package and confirm the requirements.
  </Card>

  <Card title="Quick start" icon="bolt" href="/eslint-plugin/getting-started/configuration">
    Pick a preset and start linting in minutes.
  </Card>

  <Card title="Configurations" icon="list-check" href="/eslint-plugin/reference/configurations">
    Compare recommended vs. strict severity for every rule.
  </Card>

  <Card title="About" icon="circle-info" href="/about">
    Why this project exists and how to get involved.
  </Card>
</CardGroup>
