From e3e8c28c5760f77795879b26c3b94b0c700b7121 Mon Sep 17 00:00:00 2001 From: Jackie Luo Date: Tue, 15 Nov 2016 16:48:56 -0800 Subject: [PATCH] lint(eslint): Update to new rule names --- spec/n1-spec-runner/spec-bootstrap.es6 | 2 +- src/secondary-window-bootstrap.es6 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/n1-spec-runner/spec-bootstrap.es6 b/spec/n1-spec-runner/spec-bootstrap.es6 index d7878792b..4e420e0c7 100644 --- a/spec/n1-spec-runner/spec-bootstrap.es6 +++ b/spec/n1-spec-runner/spec-bootstrap.es6 @@ -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 diff --git a/src/secondary-window-bootstrap.es6 b/src/secondary-window-bootstrap.es6 index b630dccc1..c02f76ea0 100644 --- a/src/secondary-window-bootstrap.es6 +++ b/src/secondary-window-bootstrap.es6 @@ -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