Skip to content

Commit 9c742f1

Browse files
committed
docs: update username case in docs and urls
1 parent 7d0a5c2 commit 9c742f1

File tree

106 files changed

+274
-274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+274
-274
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
attributes:
99
value: |
1010
## First of all
11-
1. Please search for [existing issues](https://github.com/rel1cx/eslint-react/issues?q=is%3Aissue) about this problem first.
11+
1. Please search for [existing issues](https://github.com/rEl1cx/eslint-react/issues?q=is%3Aissue) about this problem first.
1212
2. Make sure `eslint`, `typescript` and all relevant @eslint-react packages are up to date.
1313
3. Make sure it's an issue with @eslint-react and not something else you are using.
1414
4. Remember to follow our community guidelines and be friendly.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
Update "[ ]" to "[x]" to check a box
33
4-
Please make sure to read the Pull Request Guidelines: https://github.com/rel1cx/eslint-react/blob/main/.github/CONTRIBUTING.md#pull-request-guidelines
4+
Please make sure to read the Pull Request Guidelines: https://github.com/rEl1cx/eslint-react/blob/main/.github/CONTRIBUTING.md#pull-request-guidelines
55
-->
66

77
### What kind of change does this PR introduce?

CHANGELOG.md

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The new rule names are aligned with the same rules in the [biomejs/rules-sources
3636

3737
### ✨ New
3838

39-
- feat(plugins/hooks-extra): add `no-useless-custom-hooks` rule by @Rel1cx
39+
- feat(plugins/hooks-extra): add `no-useless-custom-hooks` rule by @rEl1cx
4040

4141
### 🪄 Improvements
4242

@@ -59,56 +59,56 @@ function useAuth() {
5959

6060
### 🪄 Improvements
6161

62-
- refactor(shared): replace `local-pkg` package with node built-in API by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/881
62+
- refactor(shared): replace `local-pkg` package with node built-in API by @rEl1cx in https://github.com/rEl1cx/eslint-react/pull/881
6363

6464
## v1.20.0 (Mon 16 Dec 2024)
6565

6666
### ✨ New
6767

68-
- feat(plugins/x): add codemod-autofix to `no-component-will-*` by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/879
68+
- feat(plugins/x): add codemod-autofix to `no-component-will-*` by @rEl1cx in https://github.com/rEl1cx/eslint-react/pull/879
6969

7070
### 🪄 Improvements
7171

72-
- refactor: use default settings when no settings are provided in `settings["react-x"]` by @Rel1cx in https://github.com/Rel1cx/eslint-react/commit/40ca3bd1cd7adc44f40841b5b4635e0200b73a54
73-
- docs: update `no-context-provider.mdx` by @danielrentz in https://github.com/Rel1cx/eslint-react/pull/877
74-
- docs: add 'Min. React' column to rules overview page by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/880
75-
- docs: add features section to rules overview page by @Rel1cx
72+
- refactor: use default settings when no settings are provided in `settings["react-x"]` by @rEl1cx in https://github.com/rEl1cx/eslint-react/commit/40ca3bd1cd7adc44f40841b5b4635e0200b73a54
73+
- docs: update `no-context-provider.mdx` by @danielrentz in https://github.com/rEl1cx/eslint-react/pull/877
74+
- docs: add 'Min. React' column to rules overview page by @rEl1cx in https://github.com/rEl1cx/eslint-react/pull/880
75+
- docs: add features section to rules overview page by @rEl1cx
7676

7777
## New Contributors
7878

79-
- @danielrentz made their first contribution in https://github.com/Rel1cx/eslint-react/pull/877
79+
- @danielrentz made their first contribution in https://github.com/rEl1cx/eslint-react/pull/877
8080

8181
## v1.19.0 (Tue 10 Dec 2024)
8282

8383
### ✨ New
8484

85-
- feat(plugins/x): add `no-context-provider` rule by @Rel1cx
86-
- feat(plugins/x): add autofix for `no-forward-ref` rule by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/874
87-
- feat(plugins/eslint-plugin): add `no-forward-ref` and `no-context-provider` to recommended presets by @Rel1cx
85+
- feat(plugins/x): add `no-context-provider` rule by @rEl1cx
86+
- feat(plugins/x): add autofix for `no-forward-ref` rule by @rEl1cx in https://github.com/rEl1cx/eslint-react/pull/874
87+
- feat(plugins/eslint-plugin): add `no-forward-ref` and `no-context-provider` to recommended presets by @rEl1cx
8888

8989
### 🪄 Improvements
9090

91-
- refactor(plugins/eslint-plugin): remove `prefer-read-only-props` from `recommended-type-checked` preset by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/872
92-
- refactor(plugins/eslint-plugin): hide `avoid-shorthand-boolean` and `avoid-shorthand-fragment` from presets and docs by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/876
91+
- refactor(plugins/eslint-plugin): remove `prefer-read-only-props` from `recommended-type-checked` preset by @rEl1cx in https://github.com/rEl1cx/eslint-react/pull/872
92+
- refactor(plugins/eslint-plugin): hide `avoid-shorthand-boolean` and `avoid-shorthand-fragment` from presets and docs by @rEl1cx in https://github.com/rEl1cx/eslint-react/pull/876
9393
- Update `@typescript-eslint`'s packages to `^8.18.0`.
9494

9595
## v1.18.0 (Sun 8 Dec 2024)
9696

9797
### ✨ New
9898

99-
- feat(plugins/x): add `no-forward-ref` rule by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/870
99+
- feat(plugins/x): add `no-forward-ref` rule by @rEl1cx in https://github.com/rEl1cx/eslint-react/pull/870
100100

101101
### 🪄 Improvements
102102

103-
- perf(plugins/dom): improve performance of `no-void-elements-with-children` by @Rel1cx
103+
- perf(plugins/dom): improve performance of `no-void-elements-with-children` by @rEl1cx
104104

105105
## v1.17.3 (Tue 3 Dec 2024)
106106

107107
### 🐞 Fixes
108108

109-
- fix(plugins/web-api): add 'forEach' support to 'no-leaked-event-listener', closes #842 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/867
110-
- fix(plugins/web-api): add 'for of' support to 'no-leaked-event-listenner', closes #842 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/869
111-
- fix(plugins/x): 'no-array-index-key' mistaking 'foo.bar.map' for 'Rea… by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/868
109+
- fix(plugins/web-api): add 'forEach' support to 'no-leaked-event-listener', closes #842 by @rEl1cx in https://github.com/rEl1cx/eslint-react/pull/867
110+
- fix(plugins/web-api): add 'for of' support to 'no-leaked-event-listenner', closes #842 by @rEl1cx in https://github.com/rEl1cx/eslint-react/pull/869
111+
- fix(plugins/x): 'no-array-index-key' mistaking 'foo.bar.map' for 'Rea… by @rEl1cx in https://github.com/rEl1cx/eslint-react/pull/868
112112

113113
### 🪄 Improvements
114114

@@ -130,9 +130,9 @@ function useAuth() {
130130

131131
### 🐞 Fixes
132132

133-
- fix(plugins/x): 'no-leaked-conditional-rendering' should also warn 'anyStringVar' when react version is lower than 18, closes #853 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/864
134-
- fix(plugins/dom): add popover api props to 'no-unknown-property', closes #855 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/865
135-
- fix(plugins/debug): 'is-from-react' use correct settings when calling 'isInitializedFromReact', by @Rel1cx
133+
- fix(plugins/x): 'no-leaked-conditional-rendering' should also warn 'anyStringVar' when react version is lower than 18, closes #853 by @rEl1cx in https://github.com/rEl1cx/eslint-react/pull/864
134+
- fix(plugins/dom): add popover api props to 'no-unknown-property', closes #855 by @rEl1cx in https://github.com/rEl1cx/eslint-react/pull/865
135+
- fix(plugins/debug): 'is-from-react' use correct settings when calling 'isInitializedFromReact', by @rEl1cx
136136

137137
## v1.17.0 (Thu 21 Nov 2024)
138138

@@ -150,29 +150,29 @@ function useAuth() {
150150

151151
### 🐞 Fixes
152152

153-
- fix(plugins/x): 'no-leaked-conditional-rendering' report empty string, closes #853 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/857
153+
- fix(plugins/x): 'no-leaked-conditional-rendering' report empty string, closes #853 by @rEl1cx in https://github.com/rEl1cx/eslint-react/pull/857
154154

155155
### 🪄 Improvements
156156

157-
- refactor: update the default behavior of import check, closes #858 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/860
157+
- refactor: update the default behavior of import check, closes #858 by @rEl1cx in https://github.com/rEl1cx/eslint-react/pull/860
158158

159159
## v1.16.1 (Sun 10 Nov 2024)
160160

161161
### ✨ New
162162

163-
- feat(plugins/x): add `jsx-no-duplicate-props` by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/851
163+
- feat(plugins/x): add `jsx-no-duplicate-props` by @rEl1cx in https://github.com/rEl1cx/eslint-react/pull/851
164164

165165
### 🪄 Improvements
166166

167-
- docs: use correct link for `prefer-react-namespace-import` in rule list by @rakleed in https://github.com/Rel1cx/eslint-react/pull/849
167+
- docs: use correct link for `prefer-react-namespace-import` in rule list by @rakleed in https://github.com/rEl1cx/eslint-react/pull/849
168168

169169
## v1.16.0 (Fri 1 Nov 2024)
170170

171171
### ✨ New
172172

173-
- feat(plugins/react-x): add `jsx-uses-vars`, closes #834 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/845
174-
- feat(plugins/react-dom): add `no-unknown-property`, closes #846 by @Rel1cx
175-
- feat: add `recommended-typescript` and `recommended-typescript-legacy` presets by @Rel1cx
173+
- feat(plugins/react-x): add `jsx-uses-vars`, closes #834 by @rEl1cx in https://github.com/rEl1cx/eslint-react/pull/845
174+
- feat(plugins/react-dom): add `no-unknown-property`, closes #846 by @rEl1cx
175+
- feat: add `recommended-typescript` and `recommended-typescript-legacy` presets by @rEl1cx
176176

177177
### 🪄 Improvements
178178

@@ -188,37 +188,37 @@ function useAuth() {
188188

189189
### ✨ New
190190

191-
- feat: added code fixer to `react-x/avoid-shorthand-boolean` and `react-x/prefer-shorthand-fragment` by @Rel1cx
191+
- feat: added code fixer to `react-x/avoid-shorthand-boolean` and `react-x/prefer-shorthand-fragment` by @rEl1cx
192192

193193
### 🐞 Fixes
194194

195-
- fix(plugins/react-x): respect semicolon by @hyoban in https://github.com/Rel1cx/eslint-react/pull/841
196-
- fix(utilities/ast): added missing ts `as` and `satisfies` expressions handling to `getFunctionIdentifier` by @Rel1cx , closes https://github.com/Rel1cx/eslint-react/issues/843
195+
- fix(plugins/react-x): respect semicolon by @hyoban in https://github.com/rEl1cx/eslint-react/pull/841
196+
- fix(utilities/ast): added missing ts `as` and `satisfies` expressions handling to `getFunctionIdentifier` by @rEl1cx , closes https://github.com/rEl1cx/eslint-react/issues/843
197197

198198
## v1.15.0 (Sat 12 Oct 2024)
199199

200200
### ✨ New
201201

202-
- feat: add support for constructors in `hooks-extra/prefer-use-state-lazy-initialization` by @imjordanxd in https://github.com/Rel1cx/eslint-react/pull/829
203-
- feat: add `prefer-react-namespace-import`, closes #803 by @imjordanxd in https://github.com/Rel1cx/eslint-react/pull/832
204-
- feat: add support for `allowExpressions` in `no-useless-fragment` by @imjordanxd in https://github.com/Rel1cx/eslint-react/pull/836
202+
- feat: add support for constructors in `hooks-extra/prefer-use-state-lazy-initialization` by @imjordanxd in https://github.com/rEl1cx/eslint-react/pull/829
203+
- feat: add `prefer-react-namespace-import`, closes #803 by @imjordanxd in https://github.com/rEl1cx/eslint-react/pull/832
204+
- feat: add support for `allowExpressions` in `no-useless-fragment` by @imjordanxd in https://github.com/rEl1cx/eslint-react/pull/836
205205

206206
### 🐞 Fixes
207207

208208
- fix: Fix false positives when 'web-api/no-leaked-event-listener' passes a signal to an intermediate variable, closes #838
209209

210210
### 🪄 Improvements
211211

212-
- docs: Update `hooks-extra-no-direct-set-state-in-use-effect.mdx` by @neovov in https://github.com/Rel1cx/eslint-react/pull/831
213-
- docs: use a standard mono-width font for the docs, closes #835 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/837
214-
- Undeprecate `hooks-extra-no-direct-set-state-in-use-layout-effect` and remove it from recommended presets, closes #839 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/840
212+
- docs: Update `hooks-extra-no-direct-set-state-in-use-effect.mdx` by @neovov in https://github.com/rEl1cx/eslint-react/pull/831
213+
- docs: use a standard mono-width font for the docs, closes #835 by @rEl1cx in https://github.com/rEl1cx/eslint-react/pull/837
214+
- Undeprecate `hooks-extra-no-direct-set-state-in-use-layout-effect` and remove it from recommended presets, closes #839 by @rEl1cx in https://github.com/rEl1cx/eslint-react/pull/840
215215

216216
## New Contributors
217217

218-
- @imjordanxd made their first contribution in https://github.com/Rel1cx/eslint-react/pull/829
219-
- @neovov made their first contribution in https://github.com/Rel1cx/eslint-react/pull/831
218+
- @imjordanxd made their first contribution in https://github.com/rEl1cx/eslint-react/pull/829
219+
- @neovov made their first contribution in https://github.com/rEl1cx/eslint-react/pull/831
220220

221-
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v1.14.3...v1.15.0
221+
**Full Changelog**: https://github.com/rEl1cx/eslint-react/compare/v1.14.3...v1.15.0
222222

223223
## v1.14.3 (Sat 29 Sep 2024)
224224

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ A series of composable ESLint plugins for libraries and frameworks that use Reac
1818

1919
### Mono plugins
2020

21-
- [`eslint-plugin-react-x`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) - Core rules (renderer-agnostic, compatible with x-platform).
22-
- [`eslint-plugin-react-dom`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) - DOM specific rules for React DOM.
23-
- [`eslint-plugin-react-web-api`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-web-api) - Rules for interacting with Web APIs.
24-
- [`eslint-plugin-react-hooks-extra`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-hooks-extra) - Extra React Hooks rules.
25-
- [`eslint-plugin-react-naming-convention`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-naming-convention) - Naming convention rules.
21+
- [`eslint-plugin-react-x`](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) - Core rules (renderer-agnostic, compatible with x-platform).
22+
- [`eslint-plugin-react-dom`](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) - DOM specific rules for React DOM.
23+
- [`eslint-plugin-react-web-api`](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-web-api) - Rules for interacting with Web APIs.
24+
- [`eslint-plugin-react-hooks-extra`](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-hooks-extra) - Extra React Hooks rules.
25+
- [`eslint-plugin-react-naming-convention`](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-naming-convention) - Naming convention rules.
2626

2727
## Installation
2828

@@ -116,9 +116,9 @@ export default tseslint.config({
116116
- [`eslint-config-sheriff`](https://github.com/AndreaPontrandolfo/sheriff) - A comprehensive and opinionated Typescript-first ESLint configuration.
117117
- [`eslint-config-sukka`](https://github.com/SukkaW/eslint-config-sukka) - Sukka's ESLint config preset.
118118

119-
_Data collected from GitHub dependents network, if there are any mismatch or outdated information, feel free to [open issue](https://github.com/Rel1cx/eslint-react/issues/new?assignees=&labels=type%3A+documentation&projects=&template=docs_report.md&title=%5Bdocs%5D+) or pull request._
119+
_Data collected from GitHub dependents network, if there are any mismatch or outdated information, feel free to [open issue](https://github.com/rEl1cx/eslint-react/issues/new?assignees=&labels=type%3A+documentation&projects=&template=docs_report.md&title=%5Bdocs%5D+) or pull request._
120120

121-
Find more on [GitHub Dependents](https://github.com/Rel1cx/eslint-react/network/dependents).
121+
Find more on [GitHub Dependents](https://github.com/rEl1cx/eslint-react/network/dependents).
122122

123123
## Contributing
124124

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"eslint-plugin-react-hooks-extra",
1515
"eslint-plugin-react-naming-convention"
1616
],
17-
"homepage": "https://github.com/rel1cx/eslint-react",
17+
"homepage": "https://github.com/rEl1cx/eslint-react",
1818
"bugs": {
19-
"url": "https://github.com/rel1cx/eslint-react/issues"
19+
"url": "https://github.com/rEl1cx/eslint-react/issues"
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "git+https://github.com/Rel1cx/eslint-react.git"
23+
"url": "git+https://github.com/rEl1cx/eslint-react.git"
2424
},
2525
"license": "MIT",
2626
"author": "Eva1ent<[email protected]>",

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "@eslint-react/core",
33
"version": "1.22.2-next.1",
44
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and Patterns.",
5-
"homepage": "https://github.com/rel1cx/eslint-react",
5+
"homepage": "https://github.com/rEl1cx/eslint-react",
66
"bugs": {
7-
"url": "https://github.com/rel1cx/eslint-react/issues"
7+
"url": "https://github.com/rEl1cx/eslint-react/issues"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/Rel1cx/eslint-react.git",
11+
"url": "git+https://github.com/rEl1cx/eslint-react.git",
1212
"directory": "packages/core"
1313
},
1414
"license": "MIT",

packages/plugins/eslint-plugin-react-debug/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"eslint-plugin",
1111
"eslint-plugin-react-debug"
1212
],
13-
"homepage": "https://github.com/rel1cx/eslint-react",
13+
"homepage": "https://github.com/rEl1cx/eslint-react",
1414
"bugs": {
15-
"url": "https://github.com/rel1cx/eslint-react/issues"
15+
"url": "https://github.com/rEl1cx/eslint-react/issues"
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git+https://github.com/Rel1cx/eslint-react.git",
19+
"url": "git+https://github.com/rEl1cx/eslint-react.git",
2020
"directory": "packages/plugins/eslint-plugin-react-debug"
2121
},
2222
"license": "MIT",

packages/plugins/eslint-plugin-react-dom/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"eslint-plugin",
1111
"eslint-plugin-react-dom"
1212
],
13-
"homepage": "https://github.com/rel1cx/eslint-react",
13+
"homepage": "https://github.com/rEl1cx/eslint-react",
1414
"bugs": {
15-
"url": "https://github.com/rel1cx/eslint-react/issues"
15+
"url": "https://github.com/rEl1cx/eslint-react/issues"
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git+https://github.com/Rel1cx/eslint-react.git",
19+
"url": "git+https://github.com/rEl1cx/eslint-react.git",
2020
"directory": "packages/plugins/eslint-plugin-react-dom"
2121
},
2222
"license": "MIT",

packages/plugins/eslint-plugin-react-hooks-extra/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"eslint-plugin",
1212
"eslint-plugin-react-hooks-extra"
1313
],
14-
"homepage": "https://github.com/rel1cx/eslint-react",
14+
"homepage": "https://github.com/rEl1cx/eslint-react",
1515
"bugs": {
16-
"url": "https://github.com/rel1cx/eslint-react/issues"
16+
"url": "https://github.com/rEl1cx/eslint-react/issues"
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "git+https://github.com/Rel1cx/eslint-react.git",
20+
"url": "git+https://github.com/rEl1cx/eslint-react.git",
2121
"directory": "packages/plugins/eslint-plugin-react-hooks-extra"
2222
},
2323
"license": "MIT",

packages/plugins/eslint-plugin-react-naming-convention/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"eslint-plugin",
1111
"eslint-plugin-react-naming-convention"
1212
],
13-
"homepage": "https://github.com/rel1cx/eslint-react",
13+
"homepage": "https://github.com/rEl1cx/eslint-react",
1414
"bugs": {
15-
"url": "https://github.com/rel1cx/eslint-react/issues"
15+
"url": "https://github.com/rEl1cx/eslint-react/issues"
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git+https://github.com/Rel1cx/eslint-react.git",
19+
"url": "git+https://github.com/rEl1cx/eslint-react.git",
2020
"directory": "packages/plugins/eslint-plugin-react-naming-convention"
2121
},
2222
"license": "MIT",

0 commit comments

Comments
 (0)