Skip to content

Commit 5acfed8

Browse files
committed
chore: regenerate docs and update package-lock
1 parent c3f7c25 commit 5acfed8

8 files changed

Lines changed: 8348 additions & 12493 deletions

File tree

β€Žpackage-lock.jsonβ€Ž

Lines changed: 8201 additions & 12341 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackages/eslint-config/docs/angular.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ Config for **Angular** projects.
5353

5454
4. Refer to [step 3 in TypeScript config's setup docs](./typescript.md#πŸ—οΈ-setup) for how to set up tsconfig properly.
5555

56-
## πŸ“ Rules (464)
56+
## πŸ“ Rules (459)
5757

58-
**383** rules are included from [`typescript` config](./typescript.md#πŸ“-rules-383). For brevity, only the **81** additional rules are listed in this document.
58+
**378** rules are included from [`typescript` config](./typescript.md#πŸ“-rules-378). For brevity, only the **81** additional rules are listed in this document.
5959

6060
> πŸ”§ 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).
6161

β€Žpackages/eslint-config/docs/graphql.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Config for **GraphQL servers** implemented in Node.js.
4040
);
4141
```
4242

43-
## πŸ“ Rules (352)
43+
## πŸ“ Rules (347)
4444

45-
**328** rules are included from [`node` config](./node.md#πŸ“-rules-328). For brevity, only the **24** additional rules are listed in this document.
45+
**323** rules are included from [`node` config](./node.md#πŸ“-rules-323). For brevity, only the **24** additional rules are listed in this document.
4646

4747
> πŸ”§ 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).
4848

β€Žpackages/eslint-config/docs/javascript.mdβ€Ž

Lines changed: 135 additions & 140 deletions
Large diffs are not rendered by default.

β€Žpackages/eslint-config/docs/ngrx.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ Config for **Angular** projects using **NgRx** library.
5353

5454
4. Refer to [step 3 in TypeScript config's setup docs](./typescript.md#πŸ—οΈ-setup) for how to set up tsconfig properly.
5555

56-
## πŸ“ Rules (494)
56+
## πŸ“ Rules (489)
5757

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

6060
> πŸ”§ 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).
6161

β€Žpackages/eslint-config/docs/node.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ Config for **Node.js** projects.
5050
5151
For more information, refer to [`eslint-plugin-n` docs](https://github.com/eslint-community/eslint-plugin-n?tab=readme-ov-file#configured-nodejs-version-range).
5252
53-
## πŸ“ Rules (328)
53+
## πŸ“ Rules (323)
5454
55-
**324** rules are included from [`javascript` config](./javascript.md#πŸ“-rules-324). For brevity, only the **4** additional rules are listed in this document.
55+
**319** rules are included from [`javascript` config](./javascript.md#πŸ“-rules-319). For brevity, only the **4** additional rules are listed in this document.
5656
5757
> πŸ”§ 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).
5858

β€Žpackages/eslint-config/docs/react.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Config for **React** projects.
2020
export default defineConfig(...react);
2121
```
2222

23-
## πŸ“ Rules (425)
23+
## πŸ“ Rules (420)
2424

25-
**324** rules are included from [`javascript` config](./javascript.md#πŸ“-rules-324). For brevity, only the **101** additional rules are listed in this document.
25+
**319** rules are included from [`javascript` config](./javascript.md#πŸ“-rules-319). For brevity, only the **101** 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

β€Žpackages/eslint-config/docs/typescript.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ Config for strict **TypeScript** projects.
6464
);
6565
```
6666

67-
## πŸ“ Rules (383)
67+
## πŸ“ Rules (378)
6868

69-
**324** rules are included from [`javascript` config](./javascript.md#πŸ“-rules-324). For brevity, only the **59** additional rules are listed in this document.
69+
**319** rules are included from [`javascript` config](./javascript.md#πŸ“-rules-319). For brevity, only the **59** additional rules are listed in this document.
7070

7171
> πŸ”§ 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).
7272

0 commit comments

Comments
Β (0)