Skip to content

Commit

Permalink
test: remove eslint-disable comment from fixture file
Browse files Browse the repository at this point in the history
Fixtures are not linted so eslint-disable comments are unnecessary.

PR-URL: #39320
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
Trott authored and targos committed Sep 4, 2021
1 parent 1eb8307 commit c915a1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/fixtures/test-resolution-inspect-brk-resolver.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
'use strict';
// eslint-disable-next-line no-unused-vars
const common = require('../common');

require.extensions['.ext'] = require.extensions['.js'];

0 comments on commit c915a1b

Please sign in to comment.