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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user