Skip to content

Commit

Permalink
fix: Eslint findings
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 authored and github-actions[bot] committed Sep 10, 2024
1 parent a063f77 commit 9d67098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/linter/ui5Types/SourceFileLinter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default class SourceFileLinter {
context: LinterContext, resourcePath: ResourcePath,
sourceFile: ts.SourceFile, sourceMap: string | undefined, checker: ts.TypeChecker,
reportCoverage: boolean | undefined = false, messageDetails: boolean | undefined = false,
dataTypes: Record<string, string> | undefined, manifestContent?: string | undefined
dataTypes: Record<string, string> | undefined, manifestContent?: string
) {
this.#resourcePath = resourcePath;
this.#sourceFile = sourceFile;
Expand Down
2 changes: 1 addition & 1 deletion test/lib/linter/_linterHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export async function esmockDeprecationText() {
reportCoverage: boolean | undefined = false,
messageDetails: boolean | undefined = false,
dataTypes: Record<string, string>,
manifestContent?: string | undefined
manifestContent?: string
) {
// Don't use sinon's stubs as it's hard to clean after them in this case and it leaks memory.
const linter = new SourceFileLinter(
Expand Down

0 comments on commit 9d67098

Please sign in to comment.