Skip to content

Commit d0d5c6f

Browse files
committed
update doc
1 parent 181267d commit d0d5c6f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/rules/indent.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,11 @@ This rule only checks `.svelte` files and does not interfere with other `.js` fi
5656

5757
```json
5858
{
59-
"rules": {
60-
"@ota-meshi/svelte/indent": "error"
61-
},
6259
"overrides": [
6360
{
6461
"files": ["*.svelte"],
6562
"rules": {
63+
"@ota-meshi/svelte/indent": "error",
6664
"indent": "off"
6765
}
6866
}

0 commit comments

Comments
 (0)