Skip to content

Commit 684b6fc

Browse files
fix: formatting
1 parent cdf91a4 commit 684b6fc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

utils/custom-loaders/html-tag-jsx-loader.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ module.exports = function htmlTagJsxLoader(source) {
2828
}
2929

3030
// Parse with appropriate plugins
31-
const parserPlugins = [
32-
"jsx",
33-
];
31+
const parserPlugins = ["jsx"];
3432
if (isTypeScript) {
3533
parserPlugins.push("typescript");
3634
}

0 commit comments

Comments
 (0)