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({
5454 {
5555 name : '@vue/create-eslint-config fix' ,
5656 setup ( build ) {
57-
5857 // The renderEjsFile.js module uses file system APIs therefore after bundling it will not work.
5958 // So we need to preprocess it to remove the file system APIs.
6059 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({
108108 ]
109109 . map ( JSON . stringify . bind ( JSON ) )
110110 . join ( ',\n ' )
111- . replace ( / " / g, "'" ) } // use single quotes as in the other configs
111+ . replace ( / " / g, "'" /* use single quotes as in the other configs */ ) }
112112 ],
113113 },`
114114 }
You can’t perform that action at this time.
0 commit comments