Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jul 9, 2021
1 parent 612b815 commit 28030a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/rules/first-attribute-linebreak.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ pageClass: "rule-details"
sidebarDepth: 0
title: "@ota-meshi/svelte/first-attribute-linebreak"
description: "enforce the location of first attribute"
since: "v0.6.0"
---

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

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

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

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

## :rocket: Version

This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.6.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/first-attribute-linebreak.ts)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ota-meshi/eslint-plugin-svelte",
"version": "0.5.0",
"version": "0.6.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 28030a6

Please sign in to comment.