Skip to content

Commit

Permalink
eliminate ignoreBuildErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
blefnk committed Oct 7, 2024
1 parent 72eed98 commit 3a85eed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions knip.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": [
"addons/**/{index,types,music,tasks,prompts,canary,utils,comments-transformer,console-consola-switcher,convert,db-compare,islands-to-components,linebreak-crlf-to-lf,move-eslint-disable-to-top,removeEmptyLines,seed-db,switcher,build,debug,deploy,hello,two,com,misc,cliA,cliB,mainCLI,switch-drizzle-driver}.ts",
"addons/**/{index,types,tasks,prompts,canary,utils,comments-transformer,console-consola-switcher,convert,db-compare,islands-to-components,linebreak-crlf-to-lf,move-eslint-disable-to-top,removeEmptyLines,seed-db,switcher,build,debug,deploy,hello,two,com,misc,cliA,cliB,mainCLI,switch-drizzle-driver}.ts",
"addons/actions/reliverse/product-old.ts",
"addons/actions/reliverse/validations/product-old.ts",
"addons/components/ui/kbd.tsx",
Expand Down Expand Up @@ -176,7 +176,6 @@
"addons/components/ui/toaster.tsx",
"addons/components/ui/tooltip.tsx",
"addons/components/ui/use-toast.ts",
"addons/music/**/*.{ts,mjs}",
"addons/scripts/helpers/helpers/db.ts",
"addons/scripts/reliverse/academy/achievements.ts",
"addons/scripts/reliverse/academy/fileProcessor.ts",
Expand Down
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ const nextConfig = {
},

pageExtensions: ["js", "jsx", "mdx", "ts", "tsx"],
typescript: { ignoreBuildErrors: true },

// ?| Uncomment the following to enable Adobe React Spectrum.
// Note: `next dev --turbo` is not supported yet by this library.
Expand Down
8 changes: 4 additions & 4 deletions src/components/Commerce/FeaturedStoreItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ export function HomeFeaturedItems() {
md:block
`}
>
Music
Featured
</span>{" "}
Sheets
Products
</h3>
<Link aria-label="Products" href="/products">
<div
Expand Down Expand Up @@ -162,9 +162,9 @@ export function HomeFeaturedItems() {
md:block
`}
>
Music
Featured
</span>{" "}
Sellers
Stores
</h2>
<Link aria-label="Stores" href="/stores">
<div
Expand Down

0 comments on commit 3a85eed

Please sign in to comment.