chore(eslint): bump package & apply eslint fix (#955)

This commit is contained in:
エリス
2020-04-15 12:36:40 +09:00
committed by GitHub
parent 43fdaa91a3
commit f86044e6ce
8 changed files with 59 additions and 60 deletions
+1 -2
View File
@@ -685,8 +685,7 @@ function cleanFileResources (projectRoot, projectConfig, platformDir) {
});
FileUpdater.updatePaths(
resourceMap, {
rootDir: projectRoot, all: true }, logFileOp);
resourceMap, { rootDir: projectRoot, all: true }, logFileOp);
}
}