Skip to content

Commit 539a345

Browse files
committed
docs: switch main domain from eslint-react.rel1cx.io to eslint-react.xyz
1 parent 509e930 commit 539a345

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@
118118

119119
### ✨ New
120120

121-
- Add [`reactHooks.alias`](https://eslint-react.rel1cx.io/docs/configuration#reacthooksalias) setting support.
121+
- Add [`reactHooks.alias`](https://eslint-react.xyz/docs/configuration#reacthooksalias) setting support.
122122

123123
## v0.10.2-beta.0 (Sat Dec 30 2023)
124124

125125
### ✨ New
126126

127-
- Add [`reactHooks.alias`](https://eslint-react.rel1cx.io/docs/configuration#reacthooksalias) setting support.
127+
- Add [`reactHooks.alias`](https://eslint-react.xyz/docs/configuration#reacthooksalias) setting support.
128128

129129
## v0.10.1 (Wed Dec 27 2023)
130130

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="https://eslint-react.rel1cx.io/logo.svg" alt="logo" width="150" /></p>
1+
<p align="center"><img src="https://eslint-react.xyz/logo.svg" alt="logo" width="150" /></p>
22

33
<h1 align="center" alt="title">ESLint React</h1>
44

@@ -72,7 +72,7 @@ module.exports = {
7272
};
7373
```
7474

75-
[Full Installation Guide ↗](https://eslint-react.rel1cx.io/docs/installation)
75+
[Full Installation Guide ↗](https://eslint-react.xyz/docs/installation)
7676

7777
## Presets
7878

@@ -110,11 +110,11 @@ module.exports = {
110110
- **off**\
111111
Disable all rules in this plugin except for debug rules.
112112

113-
[Full Presets List↗](https://eslint-react.rel1cx.io/docs/presets)
113+
[Full Presets List↗](https://eslint-react.xyz/docs/presets)
114114

115115
## Rules
116116

117-
[Rules Overview ↗](https://eslint-react.rel1cx.io/rules/overview)
117+
[Rules Overview ↗](https://eslint-react.xyz/rules/overview)
118118

119119
## Philosophy
120120

@@ -127,7 +127,7 @@ module.exports = {
127127
1. **No Auto-fix**. Auto-fix is a great feature, but it's not always safe and reliable. We prefer to not to do auto-fix at all than to implement it in a way that can cause more problems than it solves.
128128
2. **Formatting independent**. Rules should check for correctness, not style. We recommend using style focused tools for formatting (e.g. [dprint](https://dprint.dev/)).
129129
3. **Sensible defaults**. Rules should be easy to setup and use with minimal configuration and sensible defaults.
130-
4. **Rules over options [[1]](https://eslint-react.rel1cx.io/docs/rules-over-options)**. Each rule should have a single purpose. Make multiple rules work together to achieve more complex behaviors instead of adding options to a single rule.
130+
4. **Rules over options [[1]](https://eslint-react.xyz/docs/rules-over-options)**. Each rule should have a single purpose. Make multiple rules work together to achieve more complex behaviors instead of adding options to a single rule.
131131

132132
## Contributing
133133

packages/plugins/eslint-plugin/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="https://eslint-react.rel1cx.io/logo.svg" alt="logo" width="150" /></p>
1+
<p align="center"><img src="https://eslint-react.xyz/logo.svg" alt="logo" width="150" /></p>
22

33
<h1 align="center" alt="title">ESLint React</h1>
44

@@ -68,7 +68,7 @@ module.exports = {
6868
};
6969
```
7070

71-
[Full Installation Guide ↗](https://eslint-react.rel1cx.io/docs/installation)
71+
[Full Installation Guide ↗](https://eslint-react.xyz/docs/installation)
7272

7373
## Presets
7474

@@ -106,11 +106,11 @@ module.exports = {
106106
- **off**\
107107
Disable all rules in this plugin except for debug rules.
108108

109-
[Full Presets List↗](https://eslint-react.rel1cx.io/docs/presets)
109+
[Full Presets List↗](https://eslint-react.xyz/docs/presets)
110110

111111
## Rules
112112

113-
[Rules Overview ↗](https://eslint-react.rel1cx.io/rules/overview)
113+
[Rules Overview ↗](https://eslint-react.xyz/rules/overview)
114114

115115
## Philosophy
116116

@@ -123,7 +123,7 @@ module.exports = {
123123
1. **No Auto-fix**. Auto-fix is a great feature, but it's not always safe and reliable. We prefer to not to do auto-fix at all than to implement it in a way that can cause more problems than it solves.
124124
2. **Formatting independent**. Rules should check for correctness, not style. We recommend using style focused tools for formatting (e.g. [dprint](https://dprint.dev/)).
125125
3. **Sensible defaults**. Rules should be easy to setup and use with minimal configuration and sensible defaults.
126-
4. **Rules over options [[1]](https://eslint-react.rel1cx.io/docs/rules-over-options)**. Each rule should have a single purpose. Make multiple rules work together to achieve more complex behaviors instead of adding options to a single rule.
126+
4. **Rules over options [[1]](https://eslint-react.xyz/docs/rules-over-options)**. Each rule should have a single purpose. Make multiple rules work together to achieve more complex behaviors instead of adding options to a single rule.
127127

128128
## License
129129

packages/shared/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ ___
9999

100100
### WEBSITE\_URL
101101

102-
`Const` **WEBSITE\_URL**: ``"https://eslint-react.rel1cx.io"``
102+
`Const` **WEBSITE\_URL**: ``"https://eslint-react.xyz"``
103103

104104
## Functions
105105

packages/shared/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const NPM_SCOPE = "@eslint-react";
88

99
export const GITHUB_URL = "https://github.com/rel1cx/eslint-react/blob/main";
1010

11-
export const WEBSITE_URL = "https://eslint-react.rel1cx.io";
11+
export const WEBSITE_URL = "https://eslint-react.xyz";
1212

1313
/**
1414
* -----------------------------------------------------------------------------

website/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PUBLIC_URL = "https://eslint-react.rel1cx.io";
1+
export const PUBLIC_URL = "https://eslint-react.xyz";

0 commit comments

Comments
 (0)