File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
# 1. Select a subject for the vote. This can be a question addressed to the TSC
5
5
# 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)`
7
7
8
8
# 2. You can leave the header instructions as is, or modify them if you see fit.
9
9
headerInstructions : |
@@ -24,8 +24,8 @@ headerInstructions: |
24
24
# voters express their preference for each candidates, no matter how many
25
25
# there are.
26
26
candidates :
27
- - export { foo as "module.exports" };
28
- - export const __cjsUnwrapDefault = true;
27
+ - ' ` export { foo as "module.exports" };` '
28
+ - ' ` export const __cjsUnwrapDefault = true;` '
29
29
30
30
# 4. Pass the following to false if it's important to keep the candidates in the
31
31
# order you define above. Presenting candidates in a fixed order tends to
You can’t perform that action at this time.
0 commit comments