Skip to content

Commit 0126281

Browse files
joyeecheungaduh95
andauthored
Apply suggestions from code review
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 5886cde commit 0126281

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

votes/initiateNewVote/_EDIT_ME.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# 1. Select a subject for the vote. This can be a question addressed to the TSC
55
# voting members.
6-
subject: Choosing a marker to customize default exports returned by require(esm)
6+
subject: Choosing a marker to customize default exports returned by `require(esm)`
77

88
# 2. You can leave the header instructions as is, or modify them if you see fit.
99
headerInstructions: |
@@ -24,8 +24,8 @@ headerInstructions: |
2424
# voters express their preference for each candidates, no matter how many
2525
# there are.
2626
candidates:
27-
- export { foo as "module.exports" };
28-
- export const __cjsUnwrapDefault = true;
27+
- '`export { foo as "module.exports" };`'
28+
- '`export const __cjsUnwrapDefault = true;`'
2929

3030
# 4. Pass the following to false if it's important to keep the candidates in the
3131
# order you define above. Presenting candidates in a fixed order tends to

0 commit comments

Comments
 (0)