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: docs/rules/shorthand-directive.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ pageClass: "rule-details"
3
3
sidebarDepth: 0
4
4
title: "@ota-meshi/svelte/shorthand-directive"
5
5
description: "enforce use of shorthand syntax in directives"
6
+
since: "v0.24.0"
6
7
---
7
8
8
9
# @ota-meshi/svelte/shorthand-directive
9
10
10
11
> enforce use of shorthand syntax in directives
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
@@ -67,6 +67,10 @@ This rule enforces the use of the shorthand syntax in directives.
0 commit comments