mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-14 04:14:55 +00:00
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:
@@ -61,7 +61,7 @@ async function makeKeyValid() {
|
||||
encryptionKeys: k
|
||||
});
|
||||
return false;
|
||||
} catch (e) {
|
||||
} catch {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user