File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "semi" : false ,
33 "singleQuote" : true ,
44 "jsxSingleQuote" : true ,
5- "trailingComma" : " none" ,
65 "endOfLine" : " lf"
76}
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ export default () => {
44 files : [ '**/*.test.ts' , '!package/**/*' ] ,
55 environmentVariables : {
66 // UPSTREAM: https://nodejs.org/docs/latest-v18.x/api/esm.html#loaders
7- NODE_NO_WARNINGS : '1'
7+ NODE_NO_WARNINGS : '1' ,
88 } ,
99 extensions : {
10- ts : 'module'
10+ ts : 'module' ,
1111 } ,
12- nodeArguments : [ '--loader=tsx' ]
12+ nodeArguments : [ '--loader=tsx' ] ,
1313 }
1414}
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ export const builder: Builder = {
1414 x : {
1515 type : 'string' ,
1616 default : 'TODO' ,
17- describe : 'TODO'
18- }
17+ describe : 'TODO' ,
18+ } ,
1919}
2020
2121export const handler : Handler < Options > = async ( { x, logger } ) => {
You can’t perform that action at this time.
0 commit comments