Upgrade to eslint v9

This commit is contained in:
Logan Rosen
2025-09-20 17:05:30 -04:00
parent aca51cc11c
commit bd7e33b11e
15 changed files with 849 additions and 659 deletions
-12
View File
@@ -1,12 +0,0 @@
module.exports = {
env: {
"node": true,
"mocha": true
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
"no-restricted-globals": ["error", "browser"]
}
};
-1
View File
@@ -1,5 +1,4 @@
if (!process.listenerCount("unhandledRejection")) {
// eslint-disable-next-line no-console
process.on("unhandledRejection", r => console.log(r));
}