Merge pull request #3942 from overleaf/prettier-trailing-comma
Set Prettier's "trailingComma" setting to "es5" GitOrigin-RevId: 9f14150511929a855b27467ad17be6ab262fe5d5
This commit is contained in:
@@ -20,6 +20,6 @@ if (fs.existsSync(MODULES_PATH)) {
|
||||
|
||||
module.exports = function () {
|
||||
return {
|
||||
code: entryPoints.map(entryPoint => `import '${entryPoint}'`).join('\n')
|
||||
code: entryPoints.map(entryPoint => `import '${entryPoint}'`).join('\n'),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user