Skip to content

Commit

Permalink
chore: eslint-plugin-n v17.0.0 (#18315)
Browse files Browse the repository at this point in the history
* chore: eslint-plugin-n v17.0.0

* Update package.json
  • Loading branch information
aladdin-add committed Apr 11, 2024
1 parent e1e305d commit 36103a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-eslint/package.json
Expand Up @@ -32,7 +32,7 @@
"@eslint/js": "^8.42.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jsdoc": "^46.5.1",
"eslint-plugin-n": "^16.6.0",
"eslint-plugin-n": "^17.2.0",
"eslint-plugin-unicorn": "^49.0.0"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions tests/lib/eslint/eslint.js
Expand Up @@ -4475,6 +4475,7 @@ describe("ESLint", () => {
await assert.rejects(eslint.lintFiles("*.js"));

// Wait until all files have been closed.
// eslint-disable-next-line n/no-unsupported-features/node-builtins -- it's still an experimental feature.
while (process.getActiveResourcesInfo().includes("CloseReq")) {
await timers.setImmediate();
}
Expand Down

0 comments on commit 36103a5

Please sign in to comment.