mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
8970fa9006
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>
5 lines
108 B
JavaScript
5 lines
108 B
JavaScript
'use strict';
|
|
const common = require('../common');
|
|
|
|
require.extensions['.ext'] = require.extensions['.js'];
|