Skip to content

Commit 5304e9b

Browse files
Updated generated files
1 parent 62c16c0 commit 5304e9b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The `plugin:regexp/all` config enables all rules. It's meant for testing, not fo
112112
| [no-contradiction-with-assertion](https://ota-meshi.github.io/eslint-plugin-regexp/rules/no-contradiction-with-assertion.html) | disallow elements that contradict assertions || | | 💡 |
113113
| [no-control-character](https://ota-meshi.github.io/eslint-plugin-regexp/rules/no-control-character.html) | disallow control characters | | | | 💡 |
114114
| [no-dupe-disjunctions](https://ota-meshi.github.io/eslint-plugin-regexp/rules/no-dupe-disjunctions.html) | disallow duplicate disjunctions || | | 💡 |
115-
| [no-empty-alternative](https://ota-meshi.github.io/eslint-plugin-regexp/rules/no-empty-alternative.html) | disallow alternatives without elements | || | |
115+
| [no-empty-alternative](https://ota-meshi.github.io/eslint-plugin-regexp/rules/no-empty-alternative.html) | disallow alternatives without elements | || | 💡 |
116116
| [no-empty-capturing-group](https://ota-meshi.github.io/eslint-plugin-regexp/rules/no-empty-capturing-group.html) | disallow capturing group that captures empty. || | | |
117117
| [no-empty-character-class](https://ota-meshi.github.io/eslint-plugin-regexp/rules/no-empty-character-class.html) | disallow character classes that match no characters || | | |
118118
| [no-empty-group](https://ota-meshi.github.io/eslint-plugin-regexp/rules/no-empty-group.html) | disallow empty group || | | |

docs/rules/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sidebarDepth: 0
1919
| [no-contradiction-with-assertion](no-contradiction-with-assertion.md) | disallow elements that contradict assertions || | | 💡 |
2020
| [no-control-character](no-control-character.md) | disallow control characters | | | | 💡 |
2121
| [no-dupe-disjunctions](no-dupe-disjunctions.md) | disallow duplicate disjunctions || | | 💡 |
22-
| [no-empty-alternative](no-empty-alternative.md) | disallow alternatives without elements | || | |
22+
| [no-empty-alternative](no-empty-alternative.md) | disallow alternatives without elements | || | 💡 |
2323
| [no-empty-capturing-group](no-empty-capturing-group.md) | disallow capturing group that captures empty. || | | |
2424
| [no-empty-character-class](no-empty-character-class.md) | disallow character classes that match no characters || | | |
2525
| [no-empty-group](no-empty-group.md) | disallow empty group || | | |

docs/rules/no-empty-alternative.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ since: "v0.8.0"
99

1010
⚠️ This rule _warns_ in the ✅ `plugin:regexp/recommended` config.
1111

12+
💡 This rule is manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).
13+
1214
<!-- end auto-generated rule header -->
1315

1416
> disallow alternatives without elements

0 commit comments

Comments
 (0)