diff --git a/docs/cli/@v1/rules/configurable-rules.md b/docs/cli/@v1/rules/configurable-rules.md index 88615260..b809f293 100644 --- a/docs/cli/@v1/rules/configurable-rules.md +++ b/docs/cli/@v1/rules/configurable-rules.md @@ -210,7 +210,6 @@ Each function is called with the following parameters: problems | [`Problem`] | List of problems. An empty list means all checks are valid. `Problem` - | Property | Type | Description | | -- | -- | -- | | message | `string` \| [`string`] | Problem message that is displayed in the [lint command](../commands/lint.md) output. | diff --git a/docs/cli/@v2/rules/configurable-rules.md b/docs/cli/@v2/rules/configurable-rules.md index 895cd270..7c8516ca 100644 --- a/docs/cli/@v2/rules/configurable-rules.md +++ b/docs/cli/@v2/rules/configurable-rules.md @@ -210,7 +210,6 @@ Each function is called with the following parameters: problems | [`Problem`] | List of problems. An empty list means all checks are valid. `Problem` - | Property | Type | Description | | -- | -- | -- | | message | `string` \| [`string`] | Problem message that is displayed in the [lint command](../commands/lint.md) output. |