Skip to content

Commit f4d7cba

Browse files
committed
tools: update ESLint to 9.23
PR-URL: #57673 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com>
1 parent e274cc1 commit f4d7cba

2 files changed

Lines changed: 81 additions & 70 deletions

File tree

‎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
constdb=newDatabaseSync(nextDb());
5050
t.after(()=>{db.close();});
5151
conststmt=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)