[MM-23332] fix eslint (#1238)

* fix eslint packages

* fix eslint rules

* more eslint fixes
This commit is contained in:
Guillermo Vayá
2020-03-17 13:34:38 -07:00
committed by GitHub
parent 9f6147e120
commit 176fd19aa2
6 changed files with 1090 additions and 246 deletions

View File

@@ -14,7 +14,7 @@ exports.default = async function afterPack(context) {
const result = await spawn('chmod', [SETUID_PERMISSIONS, path.join(context.appOutDir, 'chrome-sandbox')]);
if (result.code !== 0) {
throw new Error(
`Failed to set proper permissions for linux arch on ${target.name}`
`Failed to set proper permissions for linux arch on ${target.name}`,
);
}
}