You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ export default [
56
56
```
57
57
58
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 v9update. Please update the name to`github/filenames-match-regex` and keep the same configuration.For e.g.:
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/flat configupdate. Please update the name to`github/filenames-match-regex` and keep the same configuration.Note, that the default rule is camelCase with one hump. If there are multiple humps like`camelCaseTest.js`, this default rule will error out. Here's an example for this rule with custom configuration: