8000 update legacy docs Β· github/eslint-plugin-github@c331010 Β· GitHub
[go: up one dir, main page]

Skip to content

Commit c331010

Browse files
committed
update legacy docs
1 parent 5ebc581 commit c331010

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

β€ŽREADME.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export default [
5757

5858
> [!NOTE]
5959
> If you configured the `filenames/match-regex` rule, please note we have adapted the match regex rule into `eslint-plugin-github` as the original `eslint-filenames-plugin` is no longer maintained and needed an ESLint v9 update. Please update the name to `github/filenames-match-regex` and keep the same configuration. For e.g.:
60-
6160
> `'github/filenames-match-regex': ['error', '^[a-z0-9-]+(.[a-z0-9-]+)?$']`
6261
6362
The available configs are:
@@ -125,7 +124,7 @@ This config will be interpreted in the following way:
125124
| [async-currenttarget](docs/rules/async-currenttarget.md) | disallow `event.currentTarget` calls inside of async functions | πŸ” | | |
126125
| [async-preventdefault](docs/rules/async-preventdefault.md) | disallow `event.preventDefault` calls inside of async functions | πŸ” | | |
127126
| [authenticity-token](docs/rules/authenticity-token.md) | disallow usage of CSRF tokens in JavaScript | πŸ” | | |
128-
| [filenames-match-regex](docs/rules/filenames-match-regex.md) | ensure filenames match a regex naming convention | βœ… | | |
127+
| [filenames-match-regex](docs/rules/filenames-match-regex.md) | ensure filenames match a regex naming convention | | | |
129128
| [get-attribute](docs/rules/get-attribute.md) | disallow wrong usage of attribute names | πŸ” | πŸ”§ | |
130129
| [js-class-name](docs/rules/js-class-name.md) | enforce a naming convention for js- prefixed classes | πŸ” | | |
131130
| [no-blur](docs/rules/no-blur.md) | disallow usage of `Element.prototype.blur()` | πŸ” | | |

β€Ždocs/rules/filenames-match-regex.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Ensure filenames match a regex naming convention (`github/filenames-match-regex`)
22

3-
πŸ’Ό This rule is enabled in the βœ… `recommended` config.
4-
53
<!-- end auto-generated rule header -->
64

75
## Rule Details

0 commit comments

Comments
Β (0)
0