Skip to content

Commit

Permalink
fix: dependabot alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulyadav-57 committed Oct 26, 2024
1 parent f4d4409 commit e38e5b5
Show file tree
Hide file tree
Showing 4 changed files with 277 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
ecmaVersion: 2020,
project: "./tsconfig.json",
},
ignorePatterns: ["*.cjs", "!.lintstagedrc.js", ".lintstagedrc.js"],
ignorePatterns: ["*.cjs", "!.lintstagedrc.js", ".lintstagedrc.js", "next.config.js"],
plugins: ["@typescript-eslint"],
root: true,
env: {
Expand Down
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ const webpack = require("webpack");

const nextConfig = withTM({
reactStrictMode: true,
images: {
unoptimized: true,
},
webpack: (config, options) => {
config.resolve.fallback = { fs: false };
config.resolve.alias = {
Expand Down
Loading

0 comments on commit e38e5b5

Please sign in to comment.