Skip to content

Commit 481e17a

Browse files
committed
chore: update description and keywords
1 parent 4904a96 commit 481e17a

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# eslint-plugin-check-file
22

3-
Allows you to enforce a consistent naming pattern for the folder of the specified file.
3+
ESLint rules for consistent filename and folder. Allows you to enforce a consistent naming pattern for the filename and folder.
44

55
## Installation
66

@@ -48,6 +48,6 @@ Then configure the rules you want to use under the rules section.
4848

4949
## Supported Rules
5050

51-
- [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
51+
- [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 extension
5252

5353

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
22
"name": "eslint-plugin-check-file",
33
"version": "0.0.0",
4-
"description": "Check the file folder",
4+
"description": "ESLint rules for consistent filename and folder",
55
"keywords": [
66
"eslint",
77
"eslintplugin",
8-
"eslint-plugin"
8+
"eslint-plugin",
9+
"folder",
10+
"path",
11+
"file",
12+
"filename"
913
],
10-
"author": "Duke Luo",
14+
"author": "Duke Luo <dukeluo@outlook.com>",
1115
"main": "lib/index.js",
1216
"scripts": {
1317
"lint": "eslint .",

0 commit comments

Comments
 (0)