Skip to content
Snippets Groups Projects
Unverified Commit 00527902 authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

chore: fix lint (#16120)

parent c8419988
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,9 @@ expect.extend({
CustomMigration: MigrationConstructor,
originalConfig: RenovateConfig,
expectedConfig: RenovateConfig,
isMigrated = true
// not inferrable type https://github.com/typescript-eslint/typescript-eslint/issues/5199
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
isMigrated: boolean = true
) {
class CustomMigrationsService extends MigrationsService {
protected static override getMigrations(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment