mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
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:
@@ -25,7 +25,7 @@ export interface IMembershipDto {
|
||||
|
||||
export interface ITagDto {
|
||||
id: string;
|
||||
name: any; // tslint:disable-line:no-any
|
||||
name: any;
|
||||
workspaceId: string;
|
||||
archived: boolean;
|
||||
}
|
||||
@@ -34,7 +34,7 @@ export interface ITaskDto {
|
||||
assigneeIds: object;
|
||||
estimate: string;
|
||||
id: string;
|
||||
name: any; // tslint:disable-line:no-any
|
||||
name: any;
|
||||
workspaceId: string;
|
||||
projectId: string;
|
||||
'is-active': boolean;
|
||||
|
||||
Reference in New Issue
Block a user