Skip to content

Commit 75b46ee

Browse files
authored
chore: fix test fixture for script-indent rule (#2923)
1 parent bd5dea0 commit 75b46ee

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/fixtures/script-indent/ts-enum-member-01.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ enum Direction {
77
Down,
88
Left
99
= 2,
10-
[
11-
Right
12-
] =
10+
// [ // Currently, computed property names are not allowed in enums.
11+
Right
12+
// ]
13+
=
1314
3,
1415
}
1516
</script>

0 commit comments

Comments
 (0)