Skip to content

Commit d09e333

Browse files
cjihrigMylesBorins
authored andcommitted
test: remove obsolete eslint comments
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>
1 parent 8279826 commit d09e333

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/js-native-api/test_general/testInstanceOf.js

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const common = require('../../common');
55
const assert = require('assert');
66

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

test/parallel/test-require-extensions-same-filename-as-dir-trailing-slash.js

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
2020
// USE OR OTHER DEALINGS IN THE SOFTWARE.
2121

22-
/* eslint-disable max-len */
2322
'use strict';
2423
require('../common');
2524
const assert = require('assert');

0 commit comments

Comments
 (0)