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 (420)
55
+
## π Rules (421)
56
56
57
-
**344** rules are included from [`typescript` config](./typescript.md#π-rules-344). 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.
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 (316)
42
+
## π Rules (317)
43
43
44
-
**293** rules are included from [`node` config](./node.md#π-rules-293). For brevity, only the **23** additional rules are listed inthisdocument.
44
+
**294** rules are included from [`node` config](./node.md#π-rules-294). 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
+3-2Lines changed: 3 additions & 2 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 (289)
9
+
## π Rules (290)
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
@@ -135,7 +135,7 @@ Refer to [setup instructions in README](../README.md#ποΈ-setup).
135
135
|[](https://github.com/SonarSource/eslint-plugin-sonarjs#readme)|[no-use-of-empty-return-value](https://github.com/SonarSource/eslint-plugin-sonarjs/blob/master/docs/rules/no-use-of-empty-return-value.md)<br />The output of functions that don't return anything should not be used ||||
136
136
|[](https://github.com/SonarSource/eslint-plugin-sonarjs#readme)|[non-existent-operator](https://github.com/SonarSource/eslint-plugin-sonarjs/blob/master/docs/rules/non-existent-operator.md)<br />Non-existent operators "=+", "=-" and "=!" should not be used || π‘ ||
| | [no-unused-private-class-members](https://eslint.org/docs/latest/rules/no-unused-private-class-members)<br />Disallow unused private class members | | | |
155
+
| | [no-useless-computed-key](https://eslint.org/docs/latest/rules/no-useless-computed-key)<br />Disallow unnecessary computed property keys in objects and classes | | π§ | |
155
156
| | [no-useless-rename](https://eslint.org/docs/latest/rules/no-useless-rename)<br />Disallow renaming import, export, and destructured assignments to the same name | | π§ | |
156
157
| | [object-shorthand](https://eslint.org/docs/latest/rules/object-shorthand)<br />Require or disallow method and property shorthand syntax for object literals | | π§ | |
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 (450)
55
+
## π Rules (451)
56
56
57
-
**420** rules are included from [`angular` config](./angular.md#π-rules-420). 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.
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 (293)
23
+
## π Rules (294)
24
24
25
-
**289** rules are included from [`javascript` config](./javascript.md#π-rules-289). 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.
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 (344)
68
+
## π Rules (345)
69
69
70
-
**289** rules are included from [`javascript` config](./javascript.md#π-rules-289). For brevity, only the **55** additional rules are listed inthisdocument.
70
+
**290** rules are included from [`javascript` config](./javascript.md#π-rules-290). 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