Skip to content

Commit

Permalink
chore: Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
phated authored and actions-user committed Apr 7, 2022
1 parent 6404724 commit 8e6d139
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ var extensions = {
mod.register({
extensions: ['.js'],
target: 'node' + process.version.slice(1),
hookMatcher: endsInEsbuildJs
hookMatcher: endsInEsbuildJs,
});
},
},
Expand All @@ -103,7 +103,7 @@ var extensions = {
mod.register({
extensions: ['.jsx'],
target: 'node' + process.version.slice(1),
hookMatcher: endsInEsbuildJsx
hookMatcher: endsInEsbuildJsx,
});
},
},
Expand All @@ -113,7 +113,7 @@ var extensions = {
mod.register({
extensions: ['.ts'],
target: 'node' + process.version.slice(1),
hookMatcher: endsInEsbuildTs
hookMatcher: endsInEsbuildTs,
});
},
},
Expand All @@ -123,7 +123,7 @@ var extensions = {
mod.register({
extensions: ['.tsx'],
target: 'node' + process.version.slice(1),
hookMatcher: endsInEsbuildTsx
hookMatcher: endsInEsbuildTsx,
});
},
},
Expand Down Expand Up @@ -177,7 +177,7 @@ var extensions = {
mod.register({
extensions: ['.ts'],
target: 'node' + process.version.slice(1),
hookMatcher: endsInTs
hookMatcher: endsInTs,
});
},
},
Expand Down Expand Up @@ -211,7 +211,7 @@ var extensions = {
mod.register({
extensions: ['.tsx'],
target: 'node' + process.version.slice(1),
hookMatcher: endsInTsx
hookMatcher: endsInTsx,
});
},
},
Expand Down

0 comments on commit 8e6d139

Please sign in to comment.