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
description: "enforce the maximum number of attributes per line"
6
+
since: "v0.2.0"
6
7
---
7
8
8
9
# @ota-meshi/svelte/max-attributes-per-line
9
10
10
11
> enforce the maximum number of attributes per line
11
12
12
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> **_This rule has not been released yet._** </badge>
13
13
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
14
14
15
15
## :book: Rule Details
@@ -77,6 +77,10 @@ There is a configurable number of attributes that are acceptable in one-line cas
77
77
-`singleline` ... The number of maximum attributes per line when the opening tag is in a single line. Default is `1`.
78
78
-`multiline` ... The number of maximum attributes per line when the opening tag is in multiple lines. Default is `1`.
79
79
80
+
## :rocket: Version
81
+
82
+
This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.2.0
0 commit comments