fix(lint): fix linter import error

This commit is contained in:
Evan Morikawa 2016-11-18 11:13:21 -08:00
parent ebfe24a648
commit 02c3b78d94
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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