Skip to content

Clean up all @typescript-eslint/no-unsafe-* linting issues #619

@amaury1093

Description

@amaury1093

I turned off these 3 rules:

	rules: {
		'@typescript-eslint/no-unsafe-assignment': 'off',
		'@typescript-eslint/no-unsafe-call': 'off',
		'@typescript-eslint/no-unsafe-member-access': 'off',
	},

because there were too many instances in the codebase. It would be nice to clean them up.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions