Skip to content

Commit

Permalink
remove eslint-ignore that's no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy committed Sep 4, 2023
1 parent 33237c2 commit 7f5de4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/astro/src/core/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ export class App {
}
return pathname;
}
// Disable no-unused-vars to avoid breaking signature change
// eslint-disable-next-line @typescript-eslint/no-unused-vars
match(request: Request, _opts: MatchOptions = {}): RouteData | undefined {
const url = new URL(request.url);
// ignore requests matching public assets
Expand Down

0 comments on commit 7f5de4e

Please sign in to comment.