mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix linting
This commit is contained in:
committed by
Kevin Sawicki
parent
7c33f3ee65
commit
17fe5efa13
@@ -11,7 +11,7 @@ const fileDialogProperties = {
|
||||
createDirectory: 1 << 3,
|
||||
showHiddenFiles: 1 << 4,
|
||||
promptToCreate: 1 << 5,
|
||||
noResolveAliases: 1 << 6,
|
||||
noResolveAliases: 1 << 6
|
||||
}
|
||||
|
||||
const messageBoxTypes = ['none', 'info', 'warning', 'error', 'question']
|
||||
|
||||
Reference in New Issue
Block a user