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
@@ -178,6 +178,7 @@ Below the list of rules supported by Biome, divided by group. Here's a legend of
178
178
|[noUselessBackrefInRegex](/linter/rules/no-useless-backref-in-regex)| Disallow useless backreferences in regular expression literals that always match an empty string. ||
179
179
|[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> |
180
180
|[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> |
181
+
|[noVueDataObjectDeclaration](/linter/rules/no-vue-data-object-declaration)| Enforce that Vue component `data` options are declared as functions. | <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> |
181
182
|[noVueReservedKeys](/linter/rules/no-vue-reserved-keys)| Disallow reserved keys in Vue component data and computed properties. ||
182
183
|[noVueReservedProps](/linter/rules/no-vue-reserved-props)| Disallow reserved names to be used as props. ||
183
184
|[useAdjacentGetterSetter](/linter/rules/use-adjacent-getter-setter)| Enforce that getters and setters for the same property are adjacent in class and object definitions. ||
0 commit comments