Skip to content

Commit e40f893

Browse files
committed
fix(html-closing-bracket-newline): use jsonc over json
1 parent 8e5baca commit e40f893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/html-closing-bracket-new-line.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This rule enforces a line break (or no line break) before tag's closing brackets
5757

5858
## :wrench: Options
5959

60-
```json
60+
```jsonc
6161
{
6262
"svelte/brackets-same-line": ["error", {
6363
"singleline": "never", // ["never", "always"]

0 commit comments

Comments
 (0)