mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
fix(lint): fix linter import error
This commit is contained in:
parent
ebfe24a648
commit
02c3b78d94
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* eslint import/imports-first: 0 */
|
||||
/* eslint import/first: 0 */
|
||||
|
||||
// Swap out Node's native Promise for Bluebird, which allows us to
|
||||
// do fancy things like handle exceptions inside promise blocks
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* eslint import/imports-first: 0 */
|
||||
/* eslint import/first: 0 */
|
||||
|
||||
// Effectively all secondary windows are empty hot windows. We spawn the
|
||||
// window and pre-load all of the basic javascript libraries (which takes a
|
||||
|
|
Loading…
Reference in a new issue