mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00

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>
4 lines
108 B
JavaScript
4 lines
108 B
JavaScript
'use strict';
|
|
const common = require('../common');
|
|
|
|
require.extensions['.ext'] = require.extensions['.js'];
|