Skip to content

Commit

Permalink
added a couple of suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jul 26, 2023
1 parent e66cf37 commit bf8552f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/next/src/client/webpack.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
declare let __webpack_public_path__: string

const addChunkSuffix =
Expand Down
1 change: 1 addition & 0 deletions packages/next/src/lib/metadata/types/metadata-interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ type SitemapFile = Array<{

type ResolvingMetadata = Promise<ResolvedMetadata>
declare namespace MetadataRoute {
// eslint-disable-next-line @typescript-eslint/no-shadow
export type Robots = RobotsFile
export type Sitemap = SitemapFile
export type Manifest = ManifestFile
Expand Down

0 comments on commit bf8552f

Please sign in to comment.