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/html-closing-bracket-spacing.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: "svelte/html-closing-bracket-spacing"
5
5
description: "require or disallow a space before tag's closing brackets"
6
+
since: "v2.3.0"
6
7
---
7
8
8
9
# svelte/html-closing-bracket-spacing
9
10
10
11
> require or disallow a space before tag's closing brackets
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
@@ -71,6 +71,10 @@ Every option can be set to
71
71
- "never" (`<div/>`)
72
72
- "ignore" (either `<div />` or `<div/>`)
73
73
74
+
## :rocket: Version
75
+
76
+
This rule was introduced in eslint-plugin-svelte v2.3.0
-: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
@@ -47,6 +47,10 @@ This rule disallows spaces around equal signs in attributes
47
47
48
48
Nothing.
49
49
50
+
## :rocket: Version
51
+
52
+
This rule was introduced in eslint-plugin-svelte v2.3.0
0 commit comments