Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
docs(website): update the configuration rules (#3214)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Sep 14, 2022
1 parent 08a46de commit 9bca1e0
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions website/src/_includes/docs/project-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ A list of rules for `JavaScript` category.

Enables the [recommended rules](/docs/lint/rules) for the category `JavaScript`.

#### `linter.rules.js.rules`

A map with the name of the rule as key, and their configuration as value. Check [rule configuration section](#configure-a-rule).
for more details.

Example:

```json
Expand All @@ -77,10 +72,6 @@ A list of rules for `TypeScript` category.

Enables the [recommended rules](/docs/lint/rules) for the category `TypeScript`.

#### `linter.rules.ts.rules`

A map with the name of the rule as key, and their configuration as value. Check [rule configuration section](#configure-a-rule).
for more details.

Example:

Expand All @@ -107,11 +98,6 @@ A list of rules for `JSX` category.

Enables the [recommended rules](/docs/lint/rules) for the category `JSX`.

#### `linter.rules.jsx.rules`

A map with the name of the rule as key, and their configuration as value. Check [rule configuration section](#configure-a-rule).
for more details.

Example:

```json
Expand All @@ -137,11 +123,6 @@ A list of rules for `Regex` category.

Enables the [recommended rules](/docs/lint/rules) for the category `Regex`.

#### `linter.rules.regex.rules`

A map with the name of the rule as key, and their configuration as value. Check [rule configuration section](#configure-a-rule).
for more details.

Example:

```json
Expand Down

0 comments on commit 9bca1e0

Please sign in to comment.