Skip to content

Commit 07914a7

Browse files
Fix ESLint links (#4925)
* Fix ESLint links Signed-off-by: Emmanuel Ferdman <[email protected]> * Add Rush files Signed-off-by: Emmanuel Ferdman <[email protected]> --------- Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent 7c3b21c commit 07914a7

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/eslint-config",
5+
"comment": "Fix ESLint broken links",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@rushstack/eslint-config"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/eslint-plugin-security",
5+
"comment": "Fix ESLint broken links",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@rushstack/eslint-plugin-security"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/eslint-plugin",
5+
"comment": "Fix ESLint broken links",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@rushstack/eslint-plugin"
10+
}

eslint/eslint-config/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ designed around the the requirements of large teams and projects.
4444
- **Explicit:** The ruleset does not import any "recommended" templates from other ESLint packages. This avoids
4545
worrying about precedence issues due to import order. It also eliminates confusion caused by files
4646
overriding/undoing settings from another file. Each rule is configured once, in one
47-
[easy-to-read file](https://github.com/microsoft/rushstack/blob/main/stack/eslint-config/profile/_common.js).
47+
[easy-to-read file](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-config/profile/_common.js).
4848

4949
- **Minimal configuration:** To use this ruleset, your **.eslintrc.js** will need to choose one **"profile"**
5050
and possibly one or two **"mixins"** that cover special cases. Beyond that, our goal is to reduce monorepo
@@ -268,7 +268,7 @@ module.exports = {
268268
## Links
269269

270270
- [CHANGELOG.md](
271-
https://github.com/microsoft/rushstack/blob/main/stack/eslint-config/CHANGELOG.md) - Find
271+
https://github.com/microsoft/rushstack/blob/main/eslint/eslint-config/CHANGELOG.md) - Find
272272
out what's new in the latest version
273273

274274
`@rushstack/eslint-config` is part of the [Rush Stack](https://rushstack.io/) family of projects.

eslint/eslint-plugin-security/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function isInteger(s: string): boolean {
6666
## Links
6767

6868
- [CHANGELOG.md](
69-
https://github.com/microsoft/rushstack/blob/main/stack/eslint-plugin-security/CHANGELOG.md) - Find
69+
https://github.com/microsoft/rushstack/blob/main/eslint/eslint-plugin-security/CHANGELOG.md) - Find
7070
out what's new in the latest version
7171

7272
`@rushstack/eslint-plugin-security` is part of the [Rush Stack](https://rushstack.io/) family of projects.

eslint/eslint-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ let e: E._PrivateMember = E._PrivateMember; // okay, because _PrivateMember is d
229229
## Links
230230

231231
- [CHANGELOG.md](
232-
https://github.com/microsoft/rushstack/blob/main/stack/eslint-plugin/CHANGELOG.md) - Find
232+
https://github.com/microsoft/rushstack/blob/main/eslint/eslint-plugin/CHANGELOG.md) - Find
233233
out what's new in the latest version
234234

235235
`@rushstack/eslint-plugin` is part of the [Rush Stack](https://rushstack.io/) family of projects.

0 commit comments

Comments
 (0)