Update ESlint

This commit is contained in:
larabr
2023-02-21 14:54:46 +01:00
parent 1b17132631
commit 705f238e1e
53 changed files with 2258 additions and 3673 deletions

View File

@@ -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;