Skip to content

Commit 0b88636

Browse files
committed
docs: update README
1 parent 84656fb commit 0b88636

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,22 @@ Then configure the rules you want to use under the rules section.
7777

7878
## Supported Rules
7979

80-
- [check-file/folder-match-with-fex](docs/rules/folder-match-with-fex.md): Enforce a consistent naming pattern for the folder of the specified file
81-
- [check-file/filename-naming-convention](docs/rules/filename-naming-convention.md): Enforce a consistent naming pattern for the filename of the specified file
80+
- [check-file/folder-match-with-fex](docs/rules/folder-match-with-fex.md): Enforce a consistent naming pattern for folder names for specified files
81+
- [check-file/filename-naming-convention](docs/rules/filename-naming-convention.md): Enforce a consistent naming pattern for filenames for specified files
8282
- [check-file/no-index](docs/rules/no-index.md): A file cannot be named "index"
83-
- [check-file/folder-naming-convention](docs/rules/folder-naming-convention.md): Enforce a consistent naming pattern for the name of the specified folder
83+
- [check-file/folder-naming-convention](docs/rules/folder-naming-convention.md): Enforce a consistent naming pattern for folder names for specified folders
8484
- [check-file/filename-blocklist](docs/rules/filename-blocklist.md): Blocklist file names by pattern
8585

86+
[![Donate][ko-fi-image]][ko-fi-url]
8687

8788
[npm-image]: https://img.shields.io/npm/v/eslint-plugin-check-file.svg
8889
[downloads-image]: https://img.shields.io/npm/dm/eslint-plugin-check-file.svg
8990
[license-image]: https://img.shields.io/npm/l/eslint-plugin-check-file
9091
[test-workflow-image]: https://img.shields.io/github/actions/workflow/status/DukeLuo/eslint-plugin-check-file/test.yml?label=test
9192
[test-coverage-image]: https://img.shields.io/codecov/c/gh/DukeLuo/eslint-plugin-check-file
93+
[ko-fi-image]: https://ko-fi.com/img/githubbutton_sm.svg
9294

9395
[downloads-url]: https://www.npmjs.com/package/eslint-plugin-check-file
9496
[workflow-url]: https://github.com/DukeLuo/eslint-plugin-check-file/actions
9597
[test-coverage-url]: https://app.codecov.io/gh/DukeLuo/eslint-plugin-check-file
98+
[ko-fi-url]: https://ko-fi.com/dukeluo

0 commit comments

Comments
 (0)