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:
@@ -154,7 +154,6 @@ export class WufooTrigger implements INodeType {
|
||||
return {};
|
||||
}
|
||||
|
||||
// tslint:disable-next-line:no-any
|
||||
const fieldsObject = jsonParse<any>(req.body.FieldStructure, {
|
||||
errorMessage: "Invalid JSON in request body field 'FieldStructure'",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user