Skip to content

Commit 099ea28

Browse files
committed
chore: update funding info
1 parent a78fc4e commit 099ea28

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.github/FUNDING.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
44
patreon: # Replace with a single Patreon username
55
open_collective: # Replace with a single Open Collective username
6-
ko_fi: dukeluo
6+
ko_fi: huanluo
77
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
88
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
99
liberapay: # Replace with a single Liberapay username

README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
[![Test Workflow Status][test-workflow-image]][workflow-url]
77
[![Test Coverage][test-coverage-image]][test-coverage-url]
88

9-
109
ESLint rules for consistent filename and folder. Allows you to enforce a consistent naming pattern for the filename and folder.
1110

1211
## Installation
@@ -30,13 +29,10 @@ Add `check-file` to the plugins section of your `.eslintrc` configuration file.
3029

3130
```json
3231
{
33-
"plugins": [
34-
"check-file"
35-
]
32+
"plugins": ["check-file"]
3633
}
3734
```
3835

39-
4036
Then configure the rules you want to use under the rules section.
4137

4238
```json
@@ -91,8 +87,7 @@ Then configure the rules you want to use under the rules section.
9187
[test-workflow-image]: https://img.shields.io/github/actions/workflow/status/DukeLuo/eslint-plugin-check-file/test.yml?label=test
9288
[test-coverage-image]: https://img.shields.io/codecov/c/gh/DukeLuo/eslint-plugin-check-file
9389
[ko-fi-image]: https://ko-fi.com/img/githubbutton_sm.svg
94-
9590
[downloads-url]: https://www.npmjs.com/package/eslint-plugin-check-file
9691
[workflow-url]: https://github.com/DukeLuo/eslint-plugin-check-file/actions
9792
[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

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"url": "git+https://github.com/DukeLuo/eslint-plugin-check-file.git"
1919
},
2020
"author": "Huan Luo <dukeluo@outlook.com> (https://shaiwang.life)",
21+
"funding": {
22+
"type": "ko_fi",
23+
"url": "https://ko-fi.com/huanluo"
24+
},
2125
"license": "Apache-2.0",
2226
"bugs": {
2327
"url": "https://github.com/DukeLuo/eslint-plugin-check-file/issues"

0 commit comments

Comments
 (0)