Skip to content

Commit

Permalink
add eslint-disable
Browse files Browse the repository at this point in the history
  • Loading branch information
thorn0 committed Apr 20, 2020
1 parent 7d741b2 commit 61b3d4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/resolve.js
@@ -1,5 +1,6 @@
"use strict";

// eslint-disable-next-line prefer-destructuring
let resolve = eval("require").resolve;

// In the VS Code and Atom extension `require` is overridden and `require.resolve` doesn't support the 2nd argument.
Expand Down

0 comments on commit 61b3d4d

Please sign in to comment.