We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d5c6f commit 6dc2673Copy full SHA for 6dc2673
docs/rules/indent.md
@@ -23,6 +23,7 @@ This rule enforces a consistent indentation style in `.svelte`. The default styl
23
24
<!--eslint-skip-->
25
<!-- prettier-ignore -->
26
+
27
```html
28
<script>
29
/* eslint @ota-meshi/svelte/indent: "error" */
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ota-meshi/eslint-plugin-svelte",
3
- "version": "0.3.0",
+ "version": "0.4.0",
4
"publishConfig": {
5
"access": "public"
6
},
0 commit comments