Skip to content

Commit

Permalink
0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jan 14, 2022
1 parent 2a3d87e commit 673e201
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/rules/shorthand-directive.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/shorthand-directive"
description: "enforce use of shorthand syntax in directives"
since: "v0.24.0"
---

# @ota-meshi/svelte/shorthand-directive

> enforce use of shorthand syntax in directives
- :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 @@ -67,6 +67,10 @@ This rule enforces the use of the shorthand syntax in directives.

[@ota-meshi/svelte/shorthand-attribute]: ./shorthand-directive.md

## :rocket: Version

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

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/shorthand-directive.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.23.0",
"version": "0.24.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 673e201

Please sign in to comment.