From dcc5e51e1cb4e102effd7fc515681446b07e428e Mon Sep 17 00:00:00 2001 From: ZYSzys Date: Sun, 12 May 2019 15:11:13 +0800 Subject: tools: force common be required before any other modules PR-URL: https://github.com/nodejs/node/pull/27650 Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca Reviewed-By: Ruben Bridgewater --- test/common/tmpdir.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/common/tmpdir.js') diff --git a/test/common/tmpdir.js b/test/common/tmpdir.js index ca761b7f94..369c49019a 100644 --- a/test/common/tmpdir.js +++ b/test/common/tmpdir.js @@ -1,4 +1,4 @@ -/* eslint-disable node-core/required-modules */ +/* eslint-disable node-core/require-common-first, node-core/required-modules */ 'use strict'; const fs = require('fs'); -- cgit v1.2.3