Skip to content

Commit

Permalink
fix: Remove eslint disable (#1182)
Browse files Browse the repository at this point in the history
this removes the unused lint disable comment warning

Co-authored-by: Tyler <[email protected]>
  • Loading branch information
tylersayshi and Tyler authored Jan 23, 2025
1 parent 9e39b40 commit a2ed534
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ export const fsRouterTypegenPlugin = (opts: { srcDir: string }): Plugin => {

let result = `// deno-fmt-ignore-file
// biome-ignore format: generated types do not need formatting
/* eslint-disable */
// prettier-ignore
import type { PathsForPages, GetConfigResponse } from 'waku/router';\n\n`;

Expand Down

0 comments on commit a2ed534

Please sign in to comment.