There was an error while loading. Please reload this page.
1 parent e1e305d commit 36103a5Copy full SHA for 36103a5
2 files changed
packages/eslint-config-eslint/package.json
@@ -32,7 +32,7 @@
32
"@eslint/js": "^8.42.0",
33
"eslint-plugin-eslint-comments": "^3.2.0",
34
"eslint-plugin-jsdoc": "^46.5.1",
35
- "eslint-plugin-n": "^16.6.0",
+ "eslint-plugin-n": "^17.2.0",
36
"eslint-plugin-unicorn": "^49.0.0"
37
},
38
"keywords": [
tests/lib/eslint/eslint.js
@@ -4475,6 +4475,7 @@ describe("ESLint", () => {
4475
await assert.rejects(eslint.lintFiles("*.js"));
4476
4477
// Wait until all files have been closed.
4478
+ // eslint-disable-next-line n/no-unsupported-features/node-builtins -- it's still an experimental feature.
4479
while (process.getActiveResourcesInfo().includes("CloseReq")) {
4480
await timers.setImmediate();
4481
}
0 commit comments