Skip to content

Commit 2e96f17

Browse files
committed
update fixture
1 parent 0199ecf commit 2e96f17

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"options": [{ "script": ["javascript"], "style": ["scss", null] }]
2+
"options": [{ "script": ["javascript"], "style": ["javascript", null] }]
33
}

packages/eslint-plugin-svelte/tests/fixtures/rules/block-lang/invalid/script/javascript/javascript-as-style-lang01-errors.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,3 @@
77
<script lang="javascript"></script>
88
99
<style lang="javascript"></style>
10-
- message: The lang attribute of the <style> block should be either omitted or "scss".
11-
line: 3
12-
column: 1
13-
suggestions:
14-
- desc: Add a <style> block with the lang attribute set to "scss".
15-
output: |
16-
<script></script>
17-
18-
<style lang="scss"></style>

0 commit comments

Comments
 (0)