Fix linting
This commit is contained in:
parent
7c33f3ee65
commit
17fe5efa13
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const fileDialogProperties = {
|
||||||
createDirectory: 1 << 3,
|
createDirectory: 1 << 3,
|
||||||
showHiddenFiles: 1 << 4,
|
showHiddenFiles: 1 << 4,
|
||||||
promptToCreate: 1 << 5,
|
promptToCreate: 1 << 5,
|
||||||
noResolveAliases: 1 << 6,
|
noResolveAliases: 1 << 6
|
||||||
}
|
}
|
||||||
|
|
||||||
const messageBoxTypes = ['none', 'info', 'warning', 'error', 'question']
|
const messageBoxTypes = ['none', 'info', 'warning', 'error', 'question']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue