Skip to content

Commit 4751799

Browse files
committed
fix: use latest github username
1 parent 8fd732c commit 4751799

File tree

5 files changed

+27
-27
lines changed

5 files changed

+27
-27
lines changed

CHANGELOG.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.7.0](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v2.6.2...v2.7.0) - 2024-02-18
8+
## [2.7.0](https://github.com/dukeluo/eslint-plugin-check-file/compare/v2.6.2...v2.7.0) - 2024-02-18
99

1010
### Added
1111

@@ -16,19 +16,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
- Node.js version should >= 18
1818

19-
## [2.6.2](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v2.6.1...v2.6.2) - 2023-08-13
19+
## [2.6.2](https://github.com/dukeluo/eslint-plugin-check-file/compare/v2.6.1...v2.6.2) - 2023-08-13
2020

2121
### Fixed
2222

2323
- the naming convention `NEXT_JS_APP_ROUTER_CASE` can support Next.js Private Folders
2424

25-
## [2.6.1](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v2.6.0...v2.6.1) - 2023-07-30
25+
## [2.6.1](https://github.com/dukeluo/eslint-plugin-check-file/compare/v2.6.0...v2.6.1) - 2023-07-30
2626

2727
### Fixed
2828

2929
- fix bundle mistake in v2.6.0
3030

31-
## [2.6.0](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v2.5.0...v2.6.0) - 2023-07-30
31+
## [2.6.0](https://github.com/dukeluo/eslint-plugin-check-file/compare/v2.5.0...v2.6.0) - 2023-07-30
3232

3333
### Added
3434

@@ -38,13 +38,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3838

3939
- deprecated Node.js 14 support
4040

41-
## [2.5.0](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v2.4.0...v2.5.0) - 2023-07-05
41+
## [2.5.0](https://github.com/dukeluo/eslint-plugin-check-file/compare/v2.4.0...v2.5.0) - 2023-07-05
4242

4343
### Added
4444

4545
- the rule `folder-naming-convention` can be used with a new built-in naming convention `NEXT_JS_APP_ROUTER_CASE`
4646

47-
## [2.4.0](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v2.3.0...v2.4.0) - 2023-06-12
47+
## [2.4.0](https://github.com/dukeluo/eslint-plugin-check-file/compare/v2.3.0...v2.4.0) - 2023-06-12
4848

4949
### Fixed
5050

@@ -58,7 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5858

5959
- improve documentation
6060

61-
## [2.3.0](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v2.2.0...v2.3.0) - 2023-05-13
61+
## [2.3.0](https://github.com/dukeluo/eslint-plugin-check-file/compare/v2.2.0...v2.3.0) - 2023-05-13
6262

6363
### Fixed
6464

@@ -76,13 +76,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7676
- unify the style of error messages for the existing rules
7777
- upgrade dependencies to the latest version
7878

79-
## [2.2.0](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v2.1.0...v2.2.0) - 2023-04-01
79+
## [2.2.0](https://github.com/dukeluo/eslint-plugin-check-file/compare/v2.1.0...v2.2.0) - 2023-04-01
8080

8181
### Added
8282

8383
- the rule `filename-naming-convention` can use prefined match syntax
8484

85-
## [2.1.0](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v2.0.0...v2.1.0) - 2023-03-25
85+
## [2.1.0](https://github.com/dukeluo/eslint-plugin-check-file/compare/v2.0.0...v2.1.0) - 2023-03-25
8686

8787
### Fixed
8888

@@ -92,7 +92,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9292

9393
- the rule `filename-blacklist` can specify the target file by its filename
9494

95-
## [2.0.0](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v1.3.1...v2.0.0) - 2023-03-05
95+
## [2.0.0](https://github.com/dukeluo/eslint-plugin-check-file/compare/v1.3.1...v2.0.0) - 2023-03-05
9696

9797
### Changed
9898

@@ -103,19 +103,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103103

104104
- the rule `filename-naming-convention` can specify the target file by its extension
105105

106-
## [1.3.1](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v1.3.0...v1.3.1) - 2023-01-15
106+
## [1.3.1](https://github.com/dukeluo/eslint-plugin-check-file/compare/v1.3.0...v1.3.1) - 2023-01-15
107107

108108
### Fixed
109109

110110
- fix builtin `CAMEL_CASE` glob expression
111111

112-
## [1.3.0](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v1.2.3...v1.3.0) - 2022-11-05
112+
## [1.3.0](https://github.com/dukeluo/eslint-plugin-check-file/compare/v1.2.3...v1.3.0) - 2022-11-05
113113

114114
### Added
115115

116116
- the rule `filename-blacklist` can blacklist file names by pattern
117117

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

120120
### Fixed
121121

@@ -125,13 +125,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
125125

126126
- reduce npm package size
127127

128-
## [1.2.2](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v1.2.1...v1.2.2) -2022-07-15
128+
## [1.2.2](https://github.com/dukeluo/eslint-plugin-check-file/compare/v1.2.1...v1.2.2) -2022-07-15
129129

130130
### Fixed
131131

132132
- enhance support for the Windows operating system
133133

134-
## [1.2.1](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v1.2.0...v1.2.1) -2022-07-09
134+
## [1.2.1](https://github.com/dukeluo/eslint-plugin-check-file/compare/v1.2.0...v1.2.1) -2022-07-09
135135

136136
### Added
137137

@@ -145,7 +145,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
145145

146146
- fix get wrong folder issue when `eslint` is worked with processors
147147

148-
## [1.2.0](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v1.1.0...v1.2.0) - 2022-07-04
148+
## [1.2.0](https://github.com/dukeluo/eslint-plugin-check-file/compare/v1.1.0...v1.2.0) - 2022-07-04
149149

150150
### Added
151151

@@ -160,13 +160,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
160160

161161
- the rule `filename-naming-convention` can specify the target file by its extension
162162

163-
## [1.1.0](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v1.0.0...v1.1.0) - 2022-02-23
163+
## [1.1.0](https://github.com/dukeluo/eslint-plugin-check-file/compare/v1.0.0...v1.1.0) - 2022-02-23
164164

165165
### Added
166166

167167
- `check-file/folder-naming-convention`: Enforce a consistent naming pattern for the name of the specified folder
168168

169-
## [1.0.0](https://github.com/DukeLuo/eslint-plugin-check-file/releases/tag/v1.0.0) - 2022-01-11
169+
## [1.0.0](https://github.com/dukeluo/eslint-plugin-check-file/releases/tag/v1.0.0) - 2022-01-11
170170

171171
### Added
172172

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ Then configure the rules you want to use under the rules section.
8484
[npm-image]: https://img.shields.io/npm/v/eslint-plugin-check-file.svg
8585
[downloads-image]: https://img.shields.io/npm/dm/eslint-plugin-check-file.svg
8686
[license-image]: https://img.shields.io/npm/l/eslint-plugin-check-file
87-
[test-workflow-image]: https://img.shields.io/github/actions/workflow/status/DukeLuo/eslint-plugin-check-file/test.yml?label=test
88-
[test-coverage-image]: https://img.shields.io/codecov/c/gh/DukeLuo/eslint-plugin-check-file
87+
[test-workflow-image]: https://img.shields.io/github/actions/workflow/status/dukeluo/eslint-plugin-check-file/test.yml?label=test
88+
[test-coverage-image]: https://img.shields.io/codecov/c/gh/dukeluo/eslint-plugin-check-file
8989
[ko-fi-image]: https://ko-fi.com/img/githubbutton_sm.svg
9090
[downloads-url]: https://www.npmjs.com/package/eslint-plugin-check-file
91-
[workflow-url]: https://github.com/DukeLuo/eslint-plugin-check-file/actions
92-
[test-coverage-url]: https://app.codecov.io/gh/DukeLuo/eslint-plugin-check-file
91+
[workflow-url]: https://github.com/dukeluo/eslint-plugin-check-file/actions
92+
[test-coverage-url]: https://app.codecov.io/gh/dukeluo/eslint-plugin-check-file
9393
[ko-fi-url]: https://ko-fi.com/huanluo

docs/rules/folder-naming-convention.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const Page({ params: { pageId } }) { ... }
8383

8484
Besides this, the custom pattern should support all other Next.js naming conventions.
8585

86-
You can read more about them [here](https://github.com/DukeLuo/eslint-plugin-check-file/pull/27#issuecomment-1582551071).
86+
You can read more about them [here](https://github.com/dukeluo/eslint-plugin-check-file/pull/27#issuecomment-1582551071).
8787

8888
While `NEXT_JS_APP_ROUTER_CASE` covers many naming cases, it's possible that some cases may be missing. If you come across any missing cases, I encourage you to open an issue and provide the necessary details. Your feedback will help me improve and enhance the naming convention.
8989

lib/utils/doc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
* @param {string} rule rule name
99
*/
1010
export const getDocUrl = (rule) =>
11-
`https://github.com/DukeLuo/eslint-plugin-check-file/blob/main/docs/rules/${rule}.md`;
11+
`https://github.com/dukeluo/eslint-plugin-check-file/blob/main/docs/rules/${rule}.md`;

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"repository": {
1717
"type": "git",
18-
"url": "git+https://github.com/DukeLuo/eslint-plugin-check-file.git"
18+
"url": "git+https://github.com/dukeluo/eslint-plugin-check-file.git"
1919
},
2020
"author": "Huan Luo <dukeluo@outlook.com> (https://shaiwang.life)",
2121
"funding": {
@@ -24,9 +24,9 @@
2424
},
2525
"license": "Apache-2.0",
2626
"bugs": {
27-
"url": "https://github.com/DukeLuo/eslint-plugin-check-file/issues"
27+
"url": "https://github.com/dukeluo/eslint-plugin-check-file/issues"
2828
},
29-
"homepage": "https://github.com/DukeLuo/eslint-plugin-check-file",
29+
"homepage": "https://github.com/dukeluo/eslint-plugin-check-file",
3030
"type": "module",
3131
"main": "dist/index.cjs",
3232
"module": "dist/index.js",

0 commit comments

Comments
 (0)