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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,8 +176,8 @@ Below the list of rules supported by Biome, divided by group. Here's a legend of
176
176
|[noUselessBackrefInRegex](/linter/rules/no-useless-backref-in-regex)| Disallow useless backreferences in regular expression literals that always match an empty string. ||
177
177
|[noUselessEscapeInString](/linter/rules/no-useless-escape-in-string)| Disallow unnecessary escapes in string literals. | <spanclass='inline-icon'title='The rule has a safe fix.'><Iconname="seti:config"label="The rule has a safe fix"size="1.2rem" /></span> |
178
178
|[noUselessUndefined](/linter/rules/no-useless-undefined)| Disallow the use of useless `undefined`. | <spanclass='inline-icon'title='The rule has a safe fix.'><Iconname="seti:config"label="The rule has a safe fix"size="1.2rem" /></span> |
179
-
|[noVueReservedKeys](/linter/rules/no-vue-reserved-keys)| Disallow reserved keys in Vue component data and computed properties. |<spanclass='inline-icon'title="This rule is only available in beta"><Iconname="moon"label="This rule is only available in beta"size="1.2rem" /></span>|
180
-
|[noVueReservedProps](/linter/rules/no-vue-reserved-props)| Disallow reserved names to be used as props. |<spanclass='inline-icon'title="This rule is only available in beta"><Iconname="moon"label="This rule is only available in beta"size="1.2rem" /></span>|
179
+
|[noVueReservedKeys](/linter/rules/no-vue-reserved-keys)| Disallow reserved keys in Vue component data and computed properties. ||
180
+
|[noVueReservedProps](/linter/rules/no-vue-reserved-props)| Disallow reserved names to be used as props. ||
181
181
|[useAdjacentGetterSetter](/linter/rules/use-adjacent-getter-setter)| Enforce that getters and setters for the same property are adjacent in class and object definitions. ||
182
182
|[useAnchorHref](/linter/rules/use-anchor-href)| Enforces `href` attribute for `<a>` elements. | <spanclass='inline-icon'title="This rule is only available in beta"><Iconname="moon"label="This rule is only available in beta"size="1.2rem" /></span> |
183
183
|[useConsistentObjectDefinition](/linter/rules/use-consistent-object-definition)| Require the consistent declaration of object literals. Defaults to explicit definitions. | <spanclass='inline-icon'title='The rule has a safe fix.'><Iconname="seti:config"label="The rule has a safe fix"size="1.2rem" /></span> |
@@ -195,7 +195,7 @@ Below the list of rules supported by Biome, divided by group. Here's a legend of
195
195
|[useObjectSpread](/linter/rules/use-object-spread)| Prefer object spread over `Object.assign()` when constructing new objects. | <spanclass='inline-icon'title='The rule has a safe fix.'><Iconname="seti:config"label="The rule has a safe fix"size="1.2rem" /></span> |
196
196
|[useParseIntRadix](/linter/rules/use-parse-int-radix)| Enforce the consistent use of the radix argument when using `parseInt()`. | <spanclass='inline-icon'title="The rule has an unsafe fix" ><Iconname="warning"label="The rule has an unsafe fix"size="1.2rem" /></span> |
197
197
|[useQwikClasslist](/linter/rules/use-qwik-classlist)| Prefer using the `class` prop as a classlist over the `classnames` helper. | <spanclass='inline-icon'title="This rule is only available in beta"><Iconname="moon"label="This rule is only available in beta"size="1.2rem" /></span> |
198
-
|[useReactFunctionComponents](/linter/rules/use-react-function-components)| Enforce that components are defined as functions and never as classes. |<spanclass='inline-icon'title="This rule is only available in beta"><Iconname="moon"label="This rule is only available in beta"size="1.2rem" /></span>|
198
+
|[useReactFunctionComponents](/linter/rules/use-react-function-components)| Enforce that components are defined as functions and never as classes. ||
199
199
|[useReadonlyClassProperties](/linter/rules/use-readonly-class-properties)| Enforce marking members as `readonly` if they are never modified outside the constructor. | <spanclass='inline-icon'title="The rule has an unsafe fix" ><Iconname="warning"label="The rule has an unsafe fix"size="1.2rem" /></span> |
200
200
|[useSingleJsDocAsterisk](/linter/rules/use-single-js-doc-asterisk)| Enforce JSDoc comment lines to start with a single asterisk, except for the first one. | <spanclass='inline-icon'title="The rule has an unsafe fix" ><Iconname="warning"label="The rule has an unsafe fix"size="1.2rem" /></span> |
201
201
|[useSortedClasses](/linter/rules/use-sorted-classes)| Enforce the sorting of CSS utility classes. | <spanclass='inline-icon'title="The rule has an unsafe fix" ><Iconname="warning"label="The rule has an unsafe fix"size="1.2rem" /></span> |
Copy file name to clipboardExpand all lines: src/content/docs/linter/json/rules.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Below the list of rules supported by Biome, divided by group. Here's a legend of
19
19
20
20
| Rule name | Description | Properties |
21
21
| --- | --- | --- |
22
-
|[noQuickfixBiome](/linter/rules/no-quickfix-biome)| Disallow the use if `quickfix.biome` inside editor settings file. | <spanclass='inline-icon'title='The rule has a safe fix.'><Iconname="seti:config"label="The rule has a safe fix"size="1.2rem" /></span><spanclass='inline-icon'title="This rule is only available in beta"><Iconname="moon"label="This rule is only available in beta"size="1.2rem" /></span>|
22
+
|[noQuickfixBiome](/linter/rules/no-quickfix-biome)| Disallow the use if `quickfix.biome` inside editor settings file. | <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