mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
test: remove eslint-disable comment from fixture file
Fixtures are not linted so eslint-disable comments are unnecessary. PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
3ac223ed25
commit
8970fa9006
@ -1,5 +1,4 @@
|
||||
'use strict';
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
const common = require('../common');
|
||||
|
||||
require.extensions['.ext'] = require.extensions['.js'];
|
||||
|
Loading…
Reference in New Issue
Block a user