Skip to content

Commit

Permalink
chore: fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Oct 27, 2023
1 parent 5ab45e8 commit a4528c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/modules/manager/gradle-wrapper/utils.ts
Expand Up @@ -34,7 +34,6 @@ export async function prepareGradleCommand(
}
return gradleWrapperFileName();
}
/* eslint-enable no-bitwise */
return null;
}

Expand Down
1 change: 0 additions & 1 deletion lib/modules/manager/npm/update/dependency/index.ts
Expand Up @@ -187,7 +187,6 @@ export function updateDependency({
overrideDepParents
);
}
/* eslint-enable @typescript-eslint/no-unnecessary-type-assertion */
// istanbul ignore if
if (!newFileContent) {
logger.debug(
Expand Down

0 comments on commit a4528c9

Please sign in to comment.