Skip to content

Commit

Permalink
build(deps-dev): bump eslint-doc-generator from 0.18.2 to 0.19.0 (#327)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 7, 2022
1 parent aeeb2a6 commit 82a5ec1
Show file tree
Hide file tree
Showing 20 changed files with 22 additions and 21 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -56,11 +56,12 @@ Here's an example ESLint configuration that:

<!-- begin auto-generated rules list -->

✅ Enabled in the `recommended` configuration.\
💼 Configurations enabled in.\
✅ Set in the `recommended` configuration.\
🔧 Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).\
💡 Manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).

| Name                          | Description | | 🔧 | 💡 |
| Name                          | Description | 💼 | 🔧 | 💡 |
| :--------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------- | :- | :- | :- |
| [consistent-output](docs/rules/consistent-output.md) | enforce consistent use of `output` assertions in rule tests || | |
| [fixer-return](docs/rules/fixer-return.md) | require fixer functions to return a fix || | |
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/consistent-output.md
@@ -1,6 +1,6 @@
# Enforce consistent use of `output` assertions in rule tests (`eslint-plugin/consistent-output`)

This rule is enabled in the `recommended` config.
💼 This rule is enabled in the `recommended` config.

<!-- end auto-generated rule header -->

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/fixer-return.md
@@ -1,6 +1,6 @@
# Require fixer functions to return a fix (`eslint-plugin/fixer-return`)

This rule is enabled in the `recommended` config.
💼 This rule is enabled in the `recommended` config.

<!-- end auto-generated rule header -->

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-deprecated-context-methods.md
@@ -1,6 +1,6 @@
# Disallow usage of deprecated methods on rule context objects (`eslint-plugin/no-deprecated-context-methods`)

This rule is enabled in the `recommended` config.
💼 This rule is enabled in the `recommended` config.

🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-deprecated-report-api.md
@@ -1,6 +1,6 @@
# Disallow the version of `context.report()` with multiple arguments (`eslint-plugin/no-deprecated-report-api`)

This rule is enabled in the `recommended` config.
💼 This rule is enabled in the `recommended` config.

🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-identical-tests.md
@@ -1,6 +1,6 @@
# Disallow identical tests (`eslint-plugin/no-identical-tests`)

This rule is enabled in the `recommended` config.
💼 This rule is enabled in the `recommended` config.

🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-missing-message-ids.md
@@ -1,6 +1,6 @@
# Disallow `messageId`s that are missing from `meta.messages` (`eslint-plugin/no-missing-message-ids`)

This rule is enabled in the `recommended` config.
💼 This rule is enabled in the `recommended` config.

<!-- end auto-generated rule header -->

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-missing-placeholders.md
@@ -1,6 +1,6 @@
# Disallow missing placeholders in rule report messages (`eslint-plugin/no-missing-placeholders`)

This rule is enabled in the `recommended` config.
💼 This rule is enabled in the `recommended` config.

<!-- end auto-generated rule header -->

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-only-tests.md
@@ -1,6 +1,6 @@
# Disallow the test case property `only` (`eslint-plugin/no-only-tests`)

This rule is enabled in the `recommended` config.
💼 This rule is enabled in the `recommended` config.

💡 This rule is manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-unused-message-ids.md
@@ -1,6 +1,6 @@
# Disallow unused `messageId`s in `meta.messages` (`eslint-plugin/no-unused-message-ids`)

This rule is enabled in the `recommended` config.
💼 This rule is enabled in the `recommended` config.

<!-- end auto-generated rule header -->

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-unused-placeholders.md
@@ -1,6 +1,6 @@
# Disallow unused placeholders in rule report messages (`eslint-plugin/no-unused-placeholders`)

This rule is enabled in the `recommended` config.
💼 This rule is enabled in the `recommended` config.

<!-- end auto-generated rule header -->

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-useless-token-range.md
@@ -1,6 +1,6 @@
# Disallow unnecessary calls to `sourceCode.getFirstToken()` and `sourceCode.getLastToken()` (`eslint-plugin/no-useless-token-range`)

This rule is enabled in the `recommended` config.
💼 This rule is enabled in the `recommended` config.

🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/prefer-message-ids.md
@@ -1,6 +1,6 @@
# Require using `messageId` instead of `message` to report rule violations (`eslint-plugin/prefer-message-ids`)

This rule is enabled in the `recommended` config.
💼 This rule is enabled in the `recommended` config.

<!-- end auto-generated rule header -->

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/prefer-object-rule.md
@@ -1,6 +1,6 @@
# Disallow function-style rules (`eslint-plugin/prefer-object-rule`)

This rule is enabled in the `recommended` config.
💼 This rule is enabled in the `recommended` config.

🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/prefer-output-null.md
@@ -1,6 +1,6 @@
# Disallow invalid RuleTester test cases where the `output` matches the `code` (`eslint-plugin/prefer-output-null`)

This rule is enabled in the `recommended` config.
💼 This rule is enabled in the `recommended` config.

🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/require-meta-fixable.md
@@ -1,6 +1,6 @@
# Require rules to implement a `meta.fixable` property (`eslint-plugin/require-meta-fixable`)

This rule is enabled in the `recommended` config.
💼 This rule is enabled in the `recommended` config.

<!-- end auto-generated rule header -->

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/require-meta-has-suggestions.md
@@ -1,6 +1,6 @@
# Require suggestable rules to implement a `meta.hasSuggestions` property (`eslint-plugin/require-meta-has-suggestions`)

This rule is enabled in the `recommended` config.
💼 This rule is enabled in the `recommended` config.

🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/require-meta-schema.md
@@ -1,6 +1,6 @@
# Require rules to implement a `meta.schema` property (`eslint-plugin/require-meta-schema`)

This rule is enabled in the `recommended` config.
💼 This rule is enabled in the `recommended` config.

💡 This rule is manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/require-meta-type.md
@@ -1,6 +1,6 @@
# Require rules to implement a `meta.type` property (`eslint-plugin/require-meta-type`)

This rule is enabled in the `recommended` config.
💼 This rule is enabled in the `recommended` config.

<!-- end auto-generated rule header -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,7 +55,7 @@
"eslint": "^8.23.0",
"eslint-config-not-an-aardvark": "^2.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-doc-generator": "^0.18.2",
"eslint-doc-generator": "^0.19.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-eslint-plugin": "file:./",
"eslint-plugin-markdown": "^3.0.0",
Expand Down

0 comments on commit 82a5ec1

Please sign in to comment.