Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
bricesuazo committed Oct 30, 2023
1 parent b5ce328 commit c111996
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/link/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/** @type {import("next").NextConfig} */
const config = {
reactStrictMode: true,
transpilePackages: [
"@bricesuazo/constant",
],
transpilePackages: ["@bricesuazo/constant"],
/** We already do linting and typechecking as separate tasks in CI */
eslint: { ignoreDuringBuilds: true },
typescript: { ignoreBuildErrors: true },
Expand Down

0 comments on commit c111996

Please sign in to comment.