You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/eslint-plugin-svelte/tests/fixtures/rules/html-self-closing/invalid/presets/html/preset-html-errors.yaml
+9-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,15 @@
10
10
line: 5
11
11
column: 18
12
12
suggestions: null
13
+
- message: Require self-closing on foreign (SVG or MathML) elements.
14
+
line: 6
15
+
column: 13
16
+
suggestions: null
17
+
- message: Require self-closing on foreign (SVG or MathML) elements.
18
+
line: 7
19
+
column: 14
20
+
suggestions: null
13
21
- message: Require self-closing on Svelte special elements.
Copy file name to clipboardExpand all lines: packages/eslint-plugin-svelte/tests/fixtures/rules/html-self-closing/invalid/presets/html/preset-html-input.svelte
Copy file name to clipboardExpand all lines: packages/eslint-plugin-svelte/tests/fixtures/rules/html-self-closing/invalid/presets/html/preset-html-output.svelte
Copy file name to clipboardExpand all lines: packages/eslint-plugin-svelte/tests/fixtures/rules/html-self-closing/invalid/presets/none/preset-none-errors.yaml
+9-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,15 @@
10
10
line: 5
11
11
column: 8
12
12
suggestions: null
13
+
- message: Disallow self-closing on foreign (SVG or MathML) elements.
14
+
line: 6
15
+
column: 14
16
+
suggestions: null
17
+
- message: Disallow self-closing on foreign (SVG or MathML) elements.
18
+
line: 7
19
+
column: 15
20
+
suggestions: null
13
21
- message: Disallow self-closing on Svelte special elements.
Copy file name to clipboardExpand all lines: packages/eslint-plugin-svelte/tests/fixtures/rules/html-self-closing/invalid/presets/none/preset-none-input.svelte
Copy file name to clipboardExpand all lines: packages/eslint-plugin-svelte/tests/fixtures/rules/html-self-closing/invalid/presets/none/preset-none-output.svelte
0 commit comments