Skip to content

Commit f92a1e6

Browse files
committed
Update docs for latest plugin versions, convert new tseslint related-getter-setter-pairs rule to warning
1 parent 5b7e66e commit f92a1e6

12 files changed

+559
-976
lines changed

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 (425)
56+
## 📏 Rules (439)
5757

58-
**345** rules are included from [`typescript` config](./typescript.md#📏-rules-345). For brevity, only the **80** additional rules are listed in this document.
58+
**359** rules are included from [`typescript` config](./typescript.md#📏-rules-359). For brevity, only the **80** 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

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 (317)
43+
## 📏 Rules (329)
4444

45-
**294** rules are included from [`node` config](./node.md#📏-rules-294). For brevity, only the **23** additional rules are listed in this document.
45+
**306** rules are included from [`node` config](./node.md#📏-rules-306). For brevity, only the **23** 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

docs/javascript.md

Lines changed: 123 additions & 111 deletions
Large diffs are not rendered by default.

docs/jest.md

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

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 (455)
56+
## 📏 Rules (469)
5757

58-
**425** rules are included from [`angular` config](./angular.md#📏-rules-425). For brevity, only the **30** additional rules are listed in this document.
58+
**439** rules are included from [`angular` config](./angular.md#📏-rules-439). 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

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 (294)
53+
## 📏 Rules (306)
5454
55-
**290** rules are included from [`javascript` config](./javascript.md#📏-rules-290). For brevity, only the **4** additional rules are listed in this document.
55+
**302** rules are included from [`javascript` config](./javascript.md#📏-rules-302). 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

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 tseslint.config(...react);
2121
```
2222

23-
## 📏 Rules (391)
23+
## 📏 Rules (403)
2424

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

docs/storybook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Config for projects using **Storybook** for UI components.
3333
| [![storybook](./icons/material/storybook.png)](https://github.com/storybookjs/eslint-plugin-storybook#readme) | [default-exports](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/docs/rules/default-exports.md)<br />Story files should have a default export | | 🔧, 💡 | |
3434
| [![storybook](./icons/material/storybook.png)](https://github.com/storybookjs/eslint-plugin-storybook#readme) | [no-uninstalled-addons](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/docs/rules/no-uninstalled-addons.md)<br />This rule identifies storybook addons that are invalid because they are either not installed or contain a typo in their name. | | | |
3535
| [![storybook](./icons/material/storybook.png)](https://github.com/storybookjs/eslint-plugin-storybook#readme) | [story-exports](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/docs/rules/story-exports.md)<br />A story file must contain at least one story export | | | |
36-
| [![storybook](./icons/material/storybook.png)](https://github.com/storybookjs/eslint-plugin-storybook#readme) | [use-storybook-expect](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/docs/rules/use-storybook-expect.md)<br />Use expect from `@storybook/test` or `@storybook/jest` | | 🔧, 💡 | |
36+
| [![storybook](./icons/material/storybook.png)](https://github.com/storybookjs/eslint-plugin-storybook#readme) | [use-storybook-expect](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/docs/rules/use-storybook-expect.md)<br />Use expect from `@storybook/test` or `@storybook/jest` | | 🔧 | |
3737
| [![storybook](./icons/material/storybook.png)](https://github.com/storybookjs/eslint-plugin-storybook#readme) | [use-storybook-testing-library](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/docs/rules/use-storybook-testing-library.md)<br />Do not use testing-library directly on stories | | 🔧, 💡 | |
3838

3939
### ⚠️ Warnings (4)

0 commit comments

Comments
 (0)