Add new tslint rules and fix rule breaks
This commit is contained in:
@@ -24,7 +24,7 @@ function createWindow() {
|
||||
|
||||
win.loadURL(`file://${indexPath}`);
|
||||
|
||||
win.on('page-title-updated', (event) => {
|
||||
win.on('page-title-updated', event => {
|
||||
event.preventDefault();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user