Skip to content

Commit a28a4cc

Browse files
committed
docs: fix typos
1 parent accc182 commit a28a4cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113113

114114
### Added
115115

116-
- the rule `filename-blacklist` can blacklist file names by pattern
116+
- the rule `filename-blacklist` can blacklist filenames by pattern
117117

118118
## [1.2.3](https://github.com/dukeluo/eslint-plugin-check-file/compare/v1.2.2...v1.2.3) -2022-09-22
119119

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Then configure the rules you want to use under the rules section.
7676
## Supported Rules
7777

7878
- [check-file/no-index](docs/rules/no-index.md): A file cannot be named "index"
79-
- [check-file/filename-blocklist](docs/rules/filename-blocklist.md): Blocklist file names by pattern
79+
- [check-file/filename-blocklist](docs/rules/filename-blocklist.md): Blocklist filenames by pattern
8080
- [check-file/folder-match-with-fex](docs/rules/folder-match-with-fex.md): Enforce a consistent naming pattern for folder names for specified files
8181
- [check-file/filename-naming-convention](docs/rules/filename-naming-convention.md): Enforce a consistent naming pattern for filenames for specified files
8282
- [check-file/folder-naming-convention](docs/rules/folder-naming-convention.md): Enforce a consistent naming pattern for folder names for specified folders

docs/rules/filename-blocklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The filename should be blocklisted (filename-blocklist)
22

3-
Allows you to blocklist certain file name patterns.
3+
Allows you to blocklist certain filename patterns.
44

55
:warning: :warning: :warning:
66

0 commit comments

Comments
 (0)