Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 75b46ee

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /