OpenPGP.js v5.2.1

This commit is contained in:
the-djmaze 2022-03-24 13:41:41 +01:00
parent 99ffb986f1
commit bbadd179fa
2 changed files with 1600 additions and 2070 deletions

View file

@ -53,6 +53,7 @@ module.exports = {
ignoreTrailingComments: true, ignoreTrailingComments: true,
ignorePattern: '(^\\s*(const|let|var)\\s.+=\\s*require\\s*\\(|^import\\s.+\\sfrom\\s.+;$)' ignorePattern: '(^\\s*(const|let|var)\\s.+=\\s*require\\s*\\(|^import\\s.+\\sfrom\\s.+;$)'
} }
] ],
'no-constant-condition': ["error", { "checkLoops": false }]
} }
}; };

File diff suppressed because it is too large Load diff