Skip to content

Commit

Permalink
test: remove obsolete eslint comments
Browse files Browse the repository at this point in the history
The surrounding code was updated, making these eslint-disable
comments obsolete.

PR-URL: #25088
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
cjihrig authored and MylesBorins committed Dec 25, 2018
1 parent 8279826 commit d09e333
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/js-native-api/test_general/testInstanceOf.js
Expand Up @@ -5,7 +5,6 @@ const common = require('../../common');
const assert = require('assert');

// Addon is referenced through the eval expression in testFile
// eslint-disable-next-line no-unused-vars
const addon = require(`./build/${common.buildType}/test_general`);
const path = require('path');

Expand Down
Expand Up @@ -19,7 +19,6 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.

/* eslint-disable max-len */
'use strict';
require('../common');
const assert = require('assert');
Expand Down

0 comments on commit d09e333

Please sign in to comment.