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: src/content/docs/linter/javascript/rules.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,7 @@ Below the list of rules supported by Biome, divided by group. Here's a legend of
162
162
|[noMagicNumbers](/linter/rules/no-magic-numbers)| Reports usage of "magic numbers" — numbers used directly instead of being assigned to named constants. ||
163
163
|[noMisusedPromises](/linter/rules/no-misused-promises)| Disallow Promises to be used in places where they are almost certainly a | <spanclass='inline-icon'title="The rule has an unsafe fix" ><Iconname="warning"label="The rule has an unsafe fix"size="1.2rem" /></span> |
164
164
|[noNestedComponentDefinitions](/linter/rules/no-nested-component-definitions)| Disallows defining React components inside other components. ||
165
+
|[noNextAsyncClientComponent](/linter/rules/no-next-async-client-component)| Prevent client components from being async functions. | <spanclass='inline-icon'title="This rule is not released yet"><Iconname="moon"label="This rule is not released yet"size="1.2rem" /></span> |
165
166
|[noNonNullAssertedOptionalChain](/linter/rules/no-non-null-asserted-optional-chain)| Disallow non-null assertions after optional chaining expressions. ||
166
167
|[noNoninteractiveElementInteractions](/linter/rules/no-noninteractive-element-interactions)| Disallow use event handlers on non-interactive elements. ||
167
168
|[noProcessGlobal](/linter/rules/no-process-global)| Disallow the use of `process` global. | <spanclass='inline-icon'title='The rule has a safe fix.'><Iconname="seti:config"label="The rule has a safe fix"size="1.2rem" /></span> |
0 commit comments