chore: update .eslintrc.json (#1465)

This commit is contained in:
Tonye Jack
2023-08-21 16:11:26 -06:00
committed by GitHub
parent 31003b45e6
commit 819fb64520
5 changed files with 7 additions and 5 deletions

View File

@@ -309,6 +309,5 @@ export const getChangedFilesFromGithubAPI = async ({
changedFiles[changeType].push(item.filename)
}
}
return changedFiles
}