Skip to content

Commit 5ebc581

Browse files
committed
update readme
1 parent 5ba5f86 commit 5ebc581

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ export default [
5555
]
5656
```
5757

58+
> [!NOTE]
59+
> 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+
61+
> `'github/filenames-match-regex': ['error', '^[a-z0-9-]+(.[a-z0-9-]+)?$']`
62+
5863
The available configs are:
5964

6065
- `internal`

0 commit comments

Comments
 (0)