File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 3
3
github : # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4
4
patreon : # Replace with a single Patreon username
5
5
open_collective : # Replace with a single Open Collective username
6
- ko_fi : dukeluo
6
+ ko_fi : huanluo
7
7
tidelift : # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8
8
community_bridge : # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
9
liberapay : # Replace with a single Liberapay username
Original file line number Diff line number Diff line change 6
6
[ ![ Test Workflow Status] [ test-workflow-image ]] [ workflow-url ]
7
7
[ ![ Test Coverage] [ test-coverage-image ]] [ test-coverage-url ]
8
8
9
-
10
9
ESLint rules for consistent filename and folder. Allows you to enforce a consistent naming pattern for the filename and folder.
11
10
12
11
## Installation
@@ -30,13 +29,10 @@ Add `check-file` to the plugins section of your `.eslintrc` configuration file.
30
29
31
30
``` json
32
31
{
33
- "plugins" : [
34
- " check-file"
35
- ]
32
+ "plugins" : [" check-file" ]
36
33
}
37
34
```
38
35
39
-
40
36
Then configure the rules you want to use under the rules section.
41
37
42
38
``` json
@@ -91,8 +87,7 @@ Then configure the rules you want to use under the rules section.
91
87
[ test-workflow-image ] : https://img.shields.io/github/actions/workflow/status/DukeLuo/eslint-plugin-check-file/test.yml?label=test
92
88
[ test-coverage-image ] : https://img.shields.io/codecov/c/gh/DukeLuo/eslint-plugin-check-file
93
89
[ ko-fi-image ] : https://ko-fi.com/img/githubbutton_sm.svg
94
-
95
90
[ downloads-url ] : https://www.npmjs.com/package/eslint-plugin-check-file
96
91
[ workflow-url ] : https://github.com/DukeLuo/eslint-plugin-check-file/actions
97
92
[ test-coverage-url ] : https://app.codecov.io/gh/DukeLuo/eslint-plugin-check-file
98
- [ ko-fi-url ] : https://ko-fi.com/dukeluo
93
+ [ ko-fi-url ] : https://ko-fi.com/huanluo
Original file line number Diff line number Diff line change 18
18
"url" : " git+https://github.com/DukeLuo/eslint-plugin-check-file.git"
19
19
},
20
20
"author" : " Huan Luo <dukeluo@outlook.com> (https://shaiwang.life)" ,
21
+ "funding" : {
22
+ "type" : " ko_fi" ,
23
+ "url" : " https://ko-fi.com/huanluo"
24
+ },
21
25
"license" : " Apache-2.0" ,
22
26
"bugs" : {
23
27
"url" : " https://github.com/DukeLuo/eslint-plugin-check-file/issues"
You can’t perform that action at this time.
0 commit comments