Skip to content

Commit 6dc2673

Browse files
committed
0.4.0
1 parent d0d5c6f commit 6dc2673

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/rules/indent.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This rule enforces a consistent indentation style in `.svelte`. The default styl
2323

2424
<!--eslint-skip-->
2525
<!-- prettier-ignore -->
26+
2627
```html
2728
<script>
2829
/* eslint @ota-meshi/svelte/indent: "error" */

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.3.0",
3+
"version": "0.4.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)