refactor: Phase out TSLint in nodes-base (no-changelog) (#4798)
* 🔥 Remove TSLint scripts * 🔥 Remove TSLint config * 🔥 Remove TSLint exceptions * 👕 Adjust lint config * ✏️ Add story numbers
This commit is contained in:
@@ -755,7 +755,6 @@ async function callRecursiveList(
|
||||
let index = 0;
|
||||
|
||||
do {
|
||||
// tslint:disable-next-line: array-type
|
||||
const returnData: sftpClient.FileInfo[] | (string | ftpClient.ListingElement)[] =
|
||||
await client.list(pathArray[index]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user