File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ await esbuild.build({
54
54
{
55
55
name : '@vue/create-eslint-config fix' ,
56
56
setup ( build ) {
57
-
58
57
// The renderEjsFile.js module uses file system APIs therefore after bundling it will not work.
59
58
// So we need to preprocess it to remove the file system APIs.
60
59
build . onLoad ( { filter : / @ v u e .c r e a t e - e s l i n t - c o n f i g .r e n d e r E j s F i l e \. j s $ / } , ( args ) => {
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ export function getAdditionalConfigs({
108
108
]
109
109
. map ( JSON . stringify . bind ( JSON ) )
110
110
. join ( ',\n ' )
111
- . replace ( / " / g, "'" ) } // use single quotes as in the other configs
111
+ . replace ( / " / g, "'" /* use single quotes as in the other configs */ ) }
112
112
],
113
113
},`
114
114
}
You can’t perform that action at this time.
0 commit comments