diff --git a/docs/rules/index.liquid b/docs/rules/index.liquid index e0909272c2..d130f0c03a 100644 --- a/docs/rules/index.liquid +++ b/docs/rules/index.liquid @@ -6,7 +6,7 @@ layout: doc

Rules

Rules in ESLint are grouped by category to help you understand their purpose.

No rules are enabled by default. The "extends": "eslint:recommended" property in a configuration file enables rules that report common problems, which have a check mark (recommended) below.

-

The --fix option on the command line automatically fixes problems (currently mostly whitespace) reported by rules which have a wrench (fixable) below.

+

The --fix option on the command line automatically fixes problems (currently mostly whitespace) reported by rules which have a wrench (fixable) below.

{% for category in rules.categories %}

{{ category.name }}

{{ category.description }}