Skip to content

Commit

Permalink
chore: update eslint config/rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitb35 committed Feb 20, 2023
1 parent 1d21b05 commit 8a67058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
env: {
node: true,
browser: true,
es2020: true,
},
Expand Down
2 changes: 2 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* eslint-disable @typescript-eslint/no-var-requires */
const withBundleAnalyzer = require("@next/bundle-analyzer")({
enabled: process.env.ANALYZE === "true",
});

const { i18n } = require("./next-i18next.config");

// Use the SentryWebpack plugin to upload the source maps during build step
Expand Down

0 comments on commit 8a67058

Please sign in to comment.