Skip to content

Commit

Permalink
Fix new ESLint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Mar 24, 2020
1 parent 752f28d commit 58c0378
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/dagre.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line no-redeclare
/* global window */

var dagre;
Expand Down
1 change: 1 addition & 0 deletions lib/graphlib.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line no-redeclare
/* global window */

var graphlib;
Expand Down
1 change: 1 addition & 0 deletions lib/lodash.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line no-redeclare
/* global window */

var lodash;
Expand Down

0 comments on commit 58c0378

Please sign in to comment.