Skip to content

Commit 1ab0f30

Browse files
committed
update
1 parent 3a763f3 commit 1ab0f30

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"options": [
33
{
4-
"svg": "never",
5-
"math": "never"
4+
"svg": "never"
65
}
76
]
87
}

packages/eslint-plugin-svelte/tests/fixtures/rules/html-self-closing/invalid/svg-never/svelte-never-errors.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@
22
line: 2
33
column: 12
44
suggestions: null
5-
- message: Disallow self-closing on MathML elements.
6-
line: 3
7-
column: 13
8-
suggestions: null
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<!-- prettier-ignore -->
22
<svg><path /></svg>
3-
<math><msup /></math>
3+
<math><msup></msup></math>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<!-- prettier-ignore -->
22
<svg><path ></path></svg>
3-
<math><msup ></msup></math>
3+
<math><msup></msup></math>

0 commit comments

Comments
 (0)