Skip to content

Commit 4169a42

Browse files
authored
docs: update eslint-doc-generator to 0.28 (#330)
1 parent c4b7054 commit 4169a42

21 files changed

+28
-22
lines changed

β€Ž.eslint-doc-generatorrc.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/** @type {import('eslint-doc-generator').GenerateOptions} */
2+
module.exports = {
3+
ignoreConfig: ['all', 'rules', 'rules-recommended', 'tests', 'tests-recommended'],
4+
ruleDocSectionInclude: ['Rule Details'],
5+
urlConfigs: 'https://github.com/eslint-community/eslint-plugin-eslint-plugin#presets',
6+
};

β€ŽREADME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Here's an example ESLint configuration that:
5656

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

59-
πŸ’Ό Configurations enabled in.\
60-
βœ… Set in the `recommended` configuration.\
59+
πŸ’Ό [Configurations](https://github.com/eslint-community/eslint-plugin-eslint-plugin#presets) enabled in.\
60+
βœ… Set in the `recommended` [configuration](https://github.com/eslint-community/eslint-plugin-eslint-plugin#presets).\
6161
πŸ”§ Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).\
6262
πŸ’‘ Manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).
6363

β€Ždocs/rules/consistent-output.md

Lines changed: 1 addition & 1 deletion
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](https://github.com/eslint-community/eslint-plugin-eslint-plugin#presets).
44

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

β€Ždocs/rules/fixer-return.md

Lines changed: 1 addition & 1 deletion
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](https://github.com/eslint-community/eslint-plugin-eslint-plugin#presets).
44

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

β€Ždocs/rules/no-deprecated-context-methods.md

Lines changed: 1 addition & 1 deletion
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](https://github.com/eslint-community/eslint-plugin-eslint-plugin#presets).
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

Lines changed: 1 addition & 1 deletion
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](https://github.com/eslint-community/eslint-plugin-eslint-plugin#presets).
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

Lines changed: 1 addition & 1 deletion
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](https://github.com/eslint-community/eslint-plugin-eslint-plugin#presets).
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

Lines changed: 1 addition & 1 deletion
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](https://github.com/eslint-community/eslint-plugin-eslint-plugin#presets).
44

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

β€Ždocs/rules/no-missing-placeholders.md

Lines changed: 1 addition & 1 deletion
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](https://github.com/eslint-community/eslint-plugin-eslint-plugin#presets).
44

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

β€Ždocs/rules/no-only-tests.md

Lines changed: 1 addition & 1 deletion
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](https://github.com/eslint-community/eslint-plugin-eslint-plugin#presets).
44

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

0 commit comments

Comments
Β (0)