Skip to content

Commit 7324889

Browse files
authored
Chore: Replace the remaining JSON fixtures with YAML. (#210)
1 parent dc60b36 commit 7324889

File tree

15 files changed

+78
-103
lines changed

15 files changed

+78
-103
lines changed

tests/fixtures/rules/html-self-closing/invalid/component-never/component-never-errors.json

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- message: Disallow self-closing on Svelte custom components.
2+
line: 3
3+
column: 3
4+
suggestions: null
5+
- message: Disallow self-closing on Svelte custom components.
6+
line: 4
7+
column: 3
8+
suggestions: null

tests/fixtures/rules/html-self-closing/invalid/normal-ignore/normal-any-errors.json

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- message: Require self-closing on HTML void elements.
2+
line: 5
3+
column: 3
4+
suggestions: null

tests/fixtures/rules/html-self-closing/invalid/normal-never/component-never-errors.json

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- message: Disallow self-closing on HTML elements.
2+
line: 3
3+
column: 3
4+
suggestions: null

tests/fixtures/rules/html-self-closing/invalid/svelte-never/svelte-never-errors.json

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- message: Disallow self-closing on Svelte special elements.
2+
line: 2
3+
column: 1
4+
suggestions: null

tests/fixtures/rules/html-self-closing/invalid/test01-errors.json

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- message: Require self-closing on HTML elements.
2+
line: 3
3+
column: 3
4+
suggestions: null
5+
- message: Require self-closing on Svelte custom components.
6+
line: 4
7+
column: 3
8+
suggestions: null
9+
- message: Require self-closing on HTML void elements.
10+
line: 5
11+
column: 3
12+
suggestions: null

0 commit comments

Comments
 (0)