lint(eslint): Update to new rule names

This commit is contained in:
Jackie Luo 2016-11-15 16:48:56 -08:00
parent 70c040fd3c
commit e3e8c28c57
2 changed files with 2 additions and 2 deletions

View file

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

View file

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