Skip to content

Commit f4d7cba

Browse files
committed
tools: update ESLint to 9.23
PR-URL: #57673 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Edy Silva <[email protected]>
1 parent e274cc1 commit f4d7cba

File tree

2 files changed

+81
-70
lines changed

2 files changed

+81
-70
lines changed

test/parallel/test-sqlite-statement-sync.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ suite('StatementSync.prototype.get()', () => {
4949
const db = new DatabaseSync(nextDb());
5050
t.after(() => { db.close(); });
5151
const stmt = db.prepare('SELECT 1 as __proto__, 2 as constructor, 3 as toString');
52-
// eslint-disable-next-line no-dupe-keys
5352
t.assert.deepStrictEqual(stmt.get(), { __proto__: null, ['__proto__']: 1, constructor: 2, toString: 3 });
5453
});
5554
});

tools/eslint/package-lock.json

Lines changed: 81 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)