mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-04 16:25:17 +00:00
Update ESlint
This commit is contained in:
@@ -231,6 +231,7 @@ function splitChecksum(text) {
|
||||
* @static
|
||||
*/
|
||||
export function unarmor(input, config = defaultConfig) {
|
||||
// eslint-disable-next-line no-async-promise-executor
|
||||
return new Promise(async (resolve, reject) => {
|
||||
try {
|
||||
const reSplit = /^-----[^-]+-----$/m;
|
||||
|
||||
Reference in New Issue
Block a user