Skip to content

Commit 43760cd

Browse files
committed
Fix extended config links in docs
1 parent 0c84d4b commit 43760cd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

β€Ždocs/angular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Config for **Angular** projects.
5454

5555
## πŸ“ Rules (421)
5656

57-
**345** rules are included from [`typescript` config](./angular.md#πŸ“-rules-345). For brevity, only the **76** additional rules are listed in this document.
57+
**345** rules are included from [`typescript` config](./typescript.md#πŸ“-rules-345). For brevity, only the **76** additional rules are listed in this document.
5858

5959
> πŸ”§ Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).<br>πŸ’‘ Manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).<br>πŸ§ͺ🚫 Disabled for [test files](../README.md#πŸ§ͺ-test-overrides).<br>πŸ§ͺ⚠️ Severity lessened to warning for [test files](../README.md#πŸ§ͺ-test-overrides).
6060

β€Ždocs/graphql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Config for **GraphQL servers** implemented in Node.js.
4141

4242
## πŸ“ Rules (317)
4343

44-
**294** rules are included from [`node` config](./graphql.md#πŸ“-rules-294). For brevity, only the **23** additional rules are listed in this document.
44+
**294** rules are included from [`node` config](./node.md#πŸ“-rules-294). For brevity, only the **23** additional rules are listed in this document.
4545

4646
> πŸ”§ Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).<br>πŸ’‘ Manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).<br>πŸ§ͺ🚫 Disabled for [test files](../README.md#πŸ§ͺ-test-overrides).<br>πŸ§ͺ⚠️ Severity lessened to warning for [test files](../README.md#πŸ§ͺ-test-overrides).
4747

β€Ždocs/ngrx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Config for **Angular** projects using **NgRx** library.
5454

5555
## πŸ“ Rules (451)
5656

57-
**421** rules are included from [`angular` config](./ngrx.md#πŸ“-rules-421). For brevity, only the **30** additional rules are listed in this document.
57+
**421** rules are included from [`angular` config](./angular.md#πŸ“-rules-421). For brevity, only the **30** additional rules are listed in this document.
5858

5959
> πŸ”§ Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).<br>πŸ’‘ Manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).<br>πŸ§ͺ🚫 Disabled for [test files](../README.md#πŸ§ͺ-test-overrides).<br>πŸ§ͺ⚠️ Severity lessened to warning for [test files](../README.md#πŸ§ͺ-test-overrides).
6060

β€Ždocs/node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Config for **Node.js** projects.
2222

2323
## πŸ“ Rules (294)
2424

25-
**290** rules are included from [`javascript` config](./node.md#πŸ“-rules-290). For brevity, only the **4** additional rules are listed in this document.
25+
**290** rules are included from [`javascript` config](./javascript.md#πŸ“-rules-290). For brevity, only the **4** additional rules are listed in this document.
2626

2727
> πŸ”§ Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).<br>πŸ’‘ Manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).<br>πŸ§ͺ🚫 Disabled for [test files](../README.md#πŸ§ͺ-test-overrides).<br>πŸ§ͺ⚠️ Severity lessened to warning for [test files](../README.md#πŸ§ͺ-test-overrides).
2828

β€Ždocs/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Config for strict **TypeScript** projects.
6767

6868
## πŸ“ Rules (345)
6969

70-
**290** rules are included from [`javascript` config](./typescript.md#πŸ“-rules-290). For brevity, only the **55** additional rules are listed in this document.
70+
**290** rules are included from [`javascript` config](./javascript.md#πŸ“-rules-290). For brevity, only the **55** additional rules are listed in this document.
7171

7272
> πŸ”§ Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).<br>πŸ’‘ Manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).<br>πŸ§ͺ🚫 Disabled for [test files](../README.md#πŸ§ͺ-test-overrides).<br>πŸ§ͺ⚠️ Severity lessened to warning for [test files](../README.md#πŸ§ͺ-test-overrides).
7373

β€Žscripts/helpers/format-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export function configRulesToMarkdown(
9494
md`${md.bold(extendedRulesCount.toString())} rules are included from ${extended
9595
.map(({ alias, rulesCount }, _, { length }) =>
9696
md.link(
97-
`./${config}.md#πŸ“-rules-${rulesCount}`,
97+
`./${alias}.md#πŸ“-rules-${rulesCount}`,
9898
md`${md.code(
9999
alias,
100100
)} config${length > 1 ? ` (${rulesCount})` : ''}`.toString(),

0 commit comments

Comments
Β (0)