xo: Enable padding-line-between-statements.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2020-04-25 15:04:48 -07:00
committed by Anders Kaseorg
parent cfdc08a038
commit 5ae2a717fa
31 changed files with 92 additions and 1 deletions

View File

@@ -178,6 +178,7 @@ export default class GeneralSection extends BaseSection {
if (process.platform === 'win32') {
this.updateFlashTaskbar();
}
// Dock bounce on macOS
if (process.platform === 'darwin') {
this.updateDockBouncing();
@@ -264,6 +265,7 @@ export default class GeneralSection extends BaseSection {
ConfigUtil.setConfigItem('betaUpdate', false);
this.betaUpdateOption();
}
this.autoUpdateOption();
}
});