Skip to content

Commit b9a8cfd

Browse files
committed
Fix rule docs from misplaced configs
1 parent 815f43d commit b9a8cfd

File tree

7 files changed

+85
-87
lines changed

7 files changed

+85
-87
lines changed

docs/angular.md

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

docs/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Refer to [setup instructions in README](../README.md#🏗️-setup).
145145
| | [max-depth](https://eslint.org/docs/latest/rules/max-depth)<br />Enforce a maximum depth that blocks can be nested | | | |
146146
| | [max-lines](https://eslint.org/docs/latest/rules/max-lines)<br />Enforce a maximum number of lines per file | <details><summary>skipBlankLines: true, skipC...</summary><pre lang="json"><code>{&#13; "skipBlankLines": true,&#13; "skipComments": true&#13;}</code></pre></details> | | 🧪🚫 |
147147
| | [max-lines-per-function](https://eslint.org/docs/latest/rules/max-lines-per-function)<br />Enforce a maximum number of lines of code in a function | <details><summary>skipBlankLines: true, skipC...</summary><pre lang="json"><code>{&#13; "skipBlankLines": true,&#13; "skipComments": true&#13;}</code></pre></details> | | 🧪🚫 |
148-
| | [max-nested-callbacks](https://eslint.org/docs/latest/rules/max-nested-callbacks)<br />Enforce a maximum depth that callbacks can be nested | <details><summary>max: 10</summary><pre lang="json"><code>{&#13; "max": 10&#13;}</code></pre></details> | | |
148+
| | [max-nested-callbacks](https://eslint.org/docs/latest/rules/max-nested-callbacks)<br />Enforce a maximum depth that callbacks can be nested | <details><summary>max: 3</summary><pre lang="json"><code>{&#13; "max": 3&#13;}</code></pre></details> | | |
149149
| | [no-bitwise](https://eslint.org/docs/latest/rules/no-bitwise)<br />Disallow bitwise operators | | | |
150150
| | [no-console](https://eslint.org/docs/latest/rules/no-console)<br />Disallow the use of `console` | <details><summary>allow: error, warn, info</summary><pre lang="json"><code>{&#13; "allow": [&#13; "error",&#13; "warn",&#13; "info"&#13; ]&#13;}</code></pre></details> | 💡 | |
151151
| | [no-duplicate-imports](https://eslint.org/docs/latest/rules/no-duplicate-imports)<br />Disallow duplicate module imports | | | |

0 commit comments

Comments
 (0)