chore: fix lint again

This commit is contained in:
alexander.akait 2023-04-19 03:03:23 +03:00
parent 90df710283
commit 56d4fb27e3
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ module.exports = {
switch (i) {
case 0:
asset = findOutputFiles(options, /^1\.[^\.]*\.jpg$/, "img")[0];
asset = findOutputFiles(options, /^1\.[^.]*\.jpg$/, "img")[0];
break;
}