Skip to content

Fix ESLint links #4925

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions common/changes/@rushstack/eslint-config/main_2024-09-18-08-53.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/eslint-config",
"comment": "Fix ESLint broken links",
"type": "patch"
}
],
"packageName": "@rushstack/eslint-config"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/eslint-plugin-security",
"comment": "Fix ESLint broken links",
"type": "patch"
}
],
"packageName": "@rushstack/eslint-plugin-security"
}
10 changes: 10 additions & 0 deletions common/changes/@rushstack/eslint-plugin/main_2024-09-18-08-53.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/eslint-plugin",
"comment": "Fix ESLint broken links",
"type": "patch"
}
],
"packageName": "@rushstack/eslint-plugin"
}
4 changes: 2 additions & 2 deletions eslint/eslint-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ designed around the the requirements of large teams and projects.
- **Explicit:** The ruleset does not import any "recommended" templates from other ESLint packages. This avoids
worrying about precedence issues due to import order. It also eliminates confusion caused by files
overriding/undoing settings from another file. Each rule is configured once, in one
[easy-to-read file](https://github.com/microsoft/rushstack/blob/main/stack/eslint-config/profile/_common.js).
[easy-to-read file](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-config/profile/_common.js).

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

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

`@rushstack/eslint-config` is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion eslint/eslint-plugin-security/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function isInteger(s: string): boolean {
## Links

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

`@rushstack/eslint-plugin-security` is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion eslint/eslint-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ let e: E._PrivateMember = E._PrivateMember; // okay, because _PrivateMember is d
## Links

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

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