Linter: update to eslint v9

This eslint version brings breaking changes related to the eslint config.
eslint-airbnb-config has yet to release a compatible version with the
new format, and it generally looks unmaintained, hence we drop the dependency
in favor of the built-in recommended configs.
This commit is contained in:
larabr
2025-09-23 18:29:38 +02:00
parent 5a69043aad
commit d4bb70815b
30 changed files with 1044 additions and 1399 deletions

View File

@@ -61,7 +61,7 @@ async function makeKeyValid() {
encryptionKeys: k
});
return false;
} catch (e) {
} catch {
return true;
}
}