Skip to content

Commit

Permalink
fix: Fix ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
maxreichmann committed Feb 3, 2025
1 parent 5b32027 commit ef64f1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/linter/ui5Types/SourceFileLinter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import type {ApiExtract} from "../../utils/ApiExtract.js";
import {findDirectives} from "./directives.js";
import BindingLinter from "../binding/BindingLinter.js";
import {RequireDeclaration} from "../xmlTemplate/Parser.js";
import BindingParser, {PropertyBindingInfo} from "../binding/lib/BindingParser.js";

const log = getLogger("linter:ui5Types:SourceFileLinter");

Expand Down

0 comments on commit ef64f1c

Please sign in to comment.