mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-25 08:35:16 +08:00
lint(eslint): Update to new rule names
This commit is contained in:
parent
70c040fd3c
commit
e3e8c28c57
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* eslint import/first: 0 */
|
||||
/* eslint import/imports-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/first: 0 */
|
||||
/* eslint import/imports-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