Skip to content

Commit

Permalink
Fixed import/first (prebid#1435)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbemiller authored Aug 2, 2017
1 parent 4a49e02 commit f1dedfb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ module.exports = {
"brace-style": "off",
"camelcase": "off",
"eqeqeq": "off",
"import/first": "off",
"no-control-regex": "off",
"no-redeclare": "off",
"no-return-assign": "off",
Expand Down
2 changes: 1 addition & 1 deletion src/cookie.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const cookie = exports;
import * as utils from './utils';
import adLoader from './adloader';

const cookie = exports;
const queue = [];

function fireSyncs() {
Expand Down

0 comments on commit f1dedfb

Please sign in to comment.