Update eslint from 8.x to 9.x (#185)

* remove eslint prettier plugins

Signed-off-by: Brian DeHamer <[email protected]>

* eslint upgrade

Signed-off-by: Brian DeHamer <[email protected]>

* source fixup

Signed-off-by: Brian DeHamer <[email protected]>

---------

Signed-off-by: Brian DeHamer <[email protected]>
This commit is contained in:
Brian DeHamer
2024-12-13 15:25:52 -08:00
committed by GitHub
parent d94b522220
commit bfa7e6911b
11 changed files with 1274 additions and 2756 deletions
-1
View File
@@ -68,7 +68,6 @@ const getSubjectFromPath = async (
const subjectPaths = parseList(subjectPath).join('\n')
// Expand the globbed paths to a list of actual paths
/* eslint-disable-next-line github/no-then */
const paths = await glob.create(subjectPaths).then(async g => g.glob())
// Filter path list to just the files (not directories)