Movatterモバイル変換


[0]ホーム

URL:


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

Commit75b46ee

Browse files
authored
chore: fix test fixture for script-indent rule (#2923)
1 parentbd5dea0 commit75b46ee

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)

[8]ページ先頭

©2009-2025 Movatter.jp