Skip to content

Commit 28030a6

Browse files
committed
0.6.0
1 parent 612b815 commit 28030a6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/rules/first-attribute-linebreak.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ pageClass: "rule-details"
33
sidebarDepth: 0
44
title: "@ota-meshi/svelte/first-attribute-linebreak"
55
description: "enforce the location of first attribute"
6+
since: "v0.6.0"
67
---
78

89
# @ota-meshi/svelte/first-attribute-linebreak
910

1011
> enforce the location of first attribute
1112
12-
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>
1313
- :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.
1414

1515
## :book: Rule Details
@@ -73,6 +73,10 @@ This rule aims to enforce a consistent location for the first attribute.
7373

7474
[@ota-meshi/svelte/max-attributes-per-line]: ./max-attributes-per-line.md
7575

76+
## :rocket: Version
77+
78+
This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.6.0
79+
7680
## :mag: Implementation
7781

7882
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/first-attribute-linebreak.ts)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ota-meshi/eslint-plugin-svelte",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)