---
url: /docs/guide/usage/linter/rules.md
---

# Rules

The progress of all rule implementations is tracked [here](https://github.com/oxc-project/oxc/issues/481).

* Total number of rules: {{ rulesCount }}
* Rules turned on by default: {{ defaultCount }}
* Rules with fixes available: {{ fixableCount }}

::: details Rule categories

Categories group rules by intent and can be enabled together in configuration. See [Enable groups of rules with categories](/docs/guide/usage/linter/config.html#enable-groups-of-rules-with-categories) for details.

:::

::: details Legend for 'Fixable?' column

* 🛠️: an auto-fix is available for this rule
* 💡: a suggestion is available for this rule
* ⚠️🛠️: a dangerous auto-fix is available for this rule
* ⚠️💡: a dangerous suggestion is available for this rule
* 🚧: an auto-fix or suggestion is possible, but currently not implemented

:::

***
