You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/angular.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,9 +52,9 @@ Config for **Angular** projects.
52
52
);
53
53
```
54
54
55
-
## π Rules (421)
55
+
## π Rules (420)
56
56
57
-
**345** rules are included from [`typescript` config](./typescript.md#π-rules-345). For brevity, only the **76** additional rules are listed in this document.
57
+
**344** rules are included from [`typescript` config](./typescript.md#π-rules-344). For brevity, only the **76** additional rules are listed in this document.
58
58
59
59
> π§ 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).
Copy file name to clipboardExpand all lines: docs/graphql.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,9 @@ Config for **GraphQL servers** implemented in Node.js.
39
39
export default tseslint.config(...graphql);
40
40
```
41
41
42
-
## π Rules (317)
42
+
## π Rules (316)
43
43
44
-
**294** rules are included from [`node` config](./node.md#π-rules-294). For brevity, only the **23** additional rules are listed inthisdocument.
44
+
**293** rules are included from [`node` config](./node.md#π-rules-293). For brevity, only the **23** additional rules are listed inthisdocument.
45
45
46
46
> π§ 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).
Copy file name to clipboardExpand all lines: docs/javascript.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Default config, suitable for any **JavaScript/TypeScript** project.
6
6
7
7
Refer to [setup instructions in README](../README.md#ποΈ-setup).
8
8
9
-
## π Rules (290)
9
+
## π Rules (289)
10
10
11
11
> π§ 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).
12
12
@@ -154,7 +154,7 @@ Refer to [setup instructions in README](../README.md#ποΈ-setup).
154
154
|[](https://github.com/SonarSource/eslint-plugin-sonarjs#readme)|[prefer-single-boolean-return](https://github.com/SonarSource/eslint-plugin-sonarjs/blob/master/docs/rules/prefer-single-boolean-return.md)<br />Return of boolean expressions should not be wrapped into an "if-then-else" statement || π‘ ||
155
155
|[](https://github.com/SonarSource/eslint-plugin-sonarjs#readme)|[prefer-while](https://github.com/SonarSource/eslint-plugin-sonarjs/blob/master/docs/rules/prefer-while.md)<br />A "while" loop should be used instead of a "for" loop || π§ ||
@@ -191,7 +191,6 @@ Refer to [setup instructions in README](../README.md#ποΈ-setup).
191
191
| [](https://typescript-eslint.io/) | [prefer-function-type](https://typescript-eslint.io/rules/prefer-function-type)<br />Enforce using function types instead of interfaces with call signatures | | π§ | |
| [](https://github.com/import-js/eslint-plugin-import#readme) | [extensions](https://github.com/import-js/eslint-plugin-import/blob/v2.31.0/docs/rules/extensions.md)<br />Ensure consistent use of file extension within the import path. | <details><summary>always, ignorePackages: tru...</summary><pre lang="json"><code>[ "always", { "ignorePackages": true, "checkTypeImports": true } ]</code></pre></details> | | |
195
194
| [](https://github.com/import-js/eslint-plugin-import#readme) | [max-dependencies](https://github.com/import-js/eslint-plugin-import/blob/v2.31.0/docs/rules/max-dependencies.md)<br />Enforce the maximum number of dependencies a module can have. | <details><summary>ignoreTypeImports: true</summary><pre lang="json"><code>{ "ignoreTypeImports": true }</code></pre></details> | | |
| [](https://github.com/import-js/eslint-plugin-import#readme) | [no-duplicates](https://github.com/import-js/eslint-plugin-import/blob/v2.31.0/docs/rules/no-duplicates.md)<br />Forbid repeated import of the same module in multiple places. | | π§ | |
Copy file name to clipboardExpand all lines: docs/ngrx.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,9 +52,9 @@ Config for **Angular** projects using **NgRx** library.
52
52
);
53
53
```
54
54
55
-
## π Rules (451)
55
+
## π Rules (450)
56
56
57
-
**421** rules are included from [`angular` config](./angular.md#π-rules-421). For brevity, only the **30** additional rules are listed in this document.
57
+
**420** rules are included from [`angular` config](./angular.md#π-rules-420). For brevity, only the **30** additional rules are listed in this document.
58
58
59
59
> π§ 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).
Copy file name to clipboardExpand all lines: docs/node.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ Config for **Node.js** projects.
20
20
exportdefaulttseslint.config(...node);
21
21
```
22
22
23
-
## π Rules (294)
23
+
## π Rules (293)
24
24
25
-
**290** rules are included from [`javascript` config](./javascript.md#π-rules-290). For brevity, only the **4** additional rules are listed in this document.
25
+
**289** rules are included from [`javascript` config](./javascript.md#π-rules-289). For brevity, only the **4** additional rules are listed in this document.
26
26
27
27
> π§ 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).
Copy file name to clipboardExpand all lines: docs/typescript.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -65,9 +65,9 @@ Config for strict **TypeScript** projects.
65
65
export default tseslint.config(...typescript);
66
66
```
67
67
68
-
## π Rules (345)
68
+
## π Rules (344)
69
69
70
-
**290** rules are included from [`javascript` config](./javascript.md#π-rules-290). For brevity, only the **55** additional rules are listed inthisdocument.
70
+
**289** rules are included from [`javascript` config](./javascript.md#π-rules-289). For brevity, only the **55** additional rules are listed inthisdocument.
71
71
72
72
> π§ 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).
0 commit comments