Skip to content

Commit

Permalink
fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed May 1, 2024
1 parent 990046a commit ab1f066
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/fff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export default function (userOptions?: Partial<Options>) {
/** Extends Data interface */
declare global {
namespace Lume {
// deno-lint-ignore no-empty-interface
export interface Data
extends Omit<FFFFlavoredFrontmatter, "lang" | "tags"> {}
}
Expand Down

0 comments on commit ab1f066

Please sign in to comment.