web: roll back update to sonar

Bloody dependabot.  We're not compatible with ESLint 9 yet, darnit, and yet
dependabot keeps pushing upgrades on us.
This commit is contained in:
Ken Sternberg
2024-07-16 09:23:28 -07:00
parent 3ced637db3
commit f8cb4e880b
4 changed files with 15 additions and 9 deletions

View File

@ -70,7 +70,7 @@ function findChangedFiles() {
modified(status) && checkable(filename) && notIgnored(filename)
? [...acc, path.join(projectRoot, filename)]
: acc,
[]
[],
);
}