Skip to content

Commit 274baee

Browse files
dependabot[bot]bmish
authored andcommitted
build(deps-dev): bump eslint-doc-generator from 0.18.2 to 0.19.0
Bumps [eslint-doc-generator](https://github.com/bmish/eslint-doc-generator) from 0.18.2 to 0.19.0. - [Release notes](https://github.com/bmish/eslint-doc-generator/releases) - [Changelog](https://github.com/bmish/eslint-doc-generator/blob/main/CHANGELOG.md) - [Commits](bmish/eslint-doc-generator@v0.18.2...v0.19.0) --- updated-dependencies: - dependency-name: eslint-doc-generator dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aeeb2a6 commit 274baee

20 files changed

+22
-21
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@ Here's an example ESLint configuration that:
5656

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

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

63-
| Name                          | Description | | 🔧 | 💡 |
64+
| Name                          | Description | 💼 | 🔧 | 💡 |
6465
| :--------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------- | :- | :- | :- |
6566
| [consistent-output](docs/rules/consistent-output.md) | enforce consistent use of `output` assertions in rule tests || | |
6667
| [fixer-return](docs/rules/fixer-return.md) | require fixer functions to return a fix || | |

docs/rules/consistent-output.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Enforce consistent use of `output` assertions in rule tests (`eslint-plugin/consistent-output`)
22

3-
This rule is enabled in the `recommended` config.
3+
💼 This rule is enabled in the `recommended` config.
44

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

docs/rules/fixer-return.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Require fixer functions to return a fix (`eslint-plugin/fixer-return`)
22

3-
This rule is enabled in the `recommended` config.
3+
💼 This rule is enabled in the `recommended` config.
44

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

docs/rules/no-deprecated-context-methods.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow usage of deprecated methods on rule context objects (`eslint-plugin/no-deprecated-context-methods`)
22

3-
This rule is enabled in the `recommended` config.
3+
💼 This rule is enabled in the `recommended` config.
44

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

docs/rules/no-deprecated-report-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow the version of `context.report()` with multiple arguments (`eslint-plugin/no-deprecated-report-api`)
22

3-
This rule is enabled in the `recommended` config.
3+
💼 This rule is enabled in the `recommended` config.
44

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

docs/rules/no-identical-tests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow identical tests (`eslint-plugin/no-identical-tests`)
22

3-
This rule is enabled in the `recommended` config.
3+
💼 This rule is enabled in the `recommended` config.
44

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

docs/rules/no-missing-message-ids.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow `messageId`s that are missing from `meta.messages` (`eslint-plugin/no-missing-message-ids`)
22

3-
This rule is enabled in the `recommended` config.
3+
💼 This rule is enabled in the `recommended` config.
44

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

docs/rules/no-missing-placeholders.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow missing placeholders in rule report messages (`eslint-plugin/no-missing-placeholders`)
22

3-
This rule is enabled in the `recommended` config.
3+
💼 This rule is enabled in the `recommended` config.
44

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

docs/rules/no-only-tests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow the test case property `only` (`eslint-plugin/no-only-tests`)
22

3-
This rule is enabled in the `recommended` config.
3+
💼 This rule is enabled in the `recommended` config.
44

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

docs/rules/no-unused-message-ids.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow unused `messageId`s in `meta.messages` (`eslint-plugin/no-unused-message-ids`)
22

3-
This rule is enabled in the `recommended` config.
3+
💼 This rule is enabled in the `recommended` config.
44

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

docs/rules/no-unused-placeholders.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow unused placeholders in rule report messages (`eslint-plugin/no-unused-placeholders`)
22

3-
This rule is enabled in the `recommended` config.
3+
💼 This rule is enabled in the `recommended` config.
44

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

docs/rules/no-useless-token-range.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow unnecessary calls to `sourceCode.getFirstToken()` and `sourceCode.getLastToken()` (`eslint-plugin/no-useless-token-range`)
22

3-
This rule is enabled in the `recommended` config.
3+
💼 This rule is enabled in the `recommended` config.
44

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

docs/rules/prefer-message-ids.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Require using `messageId` instead of `message` to report rule violations (`eslint-plugin/prefer-message-ids`)
22

3-
This rule is enabled in the `recommended` config.
3+
💼 This rule is enabled in the `recommended` config.
44

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

docs/rules/prefer-object-rule.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow function-style rules (`eslint-plugin/prefer-object-rule`)
22

3-
This rule is enabled in the `recommended` config.
3+
💼 This rule is enabled in the `recommended` config.
44

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

docs/rules/prefer-output-null.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow invalid RuleTester test cases where the `output` matches the `code` (`eslint-plugin/prefer-output-null`)
22

3-
This rule is enabled in the `recommended` config.
3+
💼 This rule is enabled in the `recommended` config.
44

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

docs/rules/require-meta-fixable.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Require rules to implement a `meta.fixable` property (`eslint-plugin/require-meta-fixable`)
22

3-
This rule is enabled in the `recommended` config.
3+
💼 This rule is enabled in the `recommended` config.
44

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

docs/rules/require-meta-has-suggestions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Require suggestable rules to implement a `meta.hasSuggestions` property (`eslint-plugin/require-meta-has-suggestions`)
22

3-
This rule is enabled in the `recommended` config.
3+
💼 This rule is enabled in the `recommended` config.
44

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

docs/rules/require-meta-schema.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Require rules to implement a `meta.schema` property (`eslint-plugin/require-meta-schema`)
22

3-
This rule is enabled in the `recommended` config.
3+
💼 This rule is enabled in the `recommended` config.
44

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

docs/rules/require-meta-type.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Require rules to implement a `meta.type` property (`eslint-plugin/require-meta-type`)
22

3-
This rule is enabled in the `recommended` config.
3+
💼 This rule is enabled in the `recommended` config.
44

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"eslint": "^8.23.0",
5656
"eslint-config-not-an-aardvark": "^2.1.0",
5757
"eslint-config-prettier": "^8.5.0",
58-
"eslint-doc-generator": "^0.18.2",
58+
"eslint-doc-generator": "^0.19.0",
5959
"eslint-plugin-eslint-comments": "^3.2.0",
6060
"eslint-plugin-eslint-plugin": "file:./",
6161
"eslint-plugin-markdown": "^3.0.0",

0 commit comments

Comments
 (0)