We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625a141 commit 7f3cfaeCopy full SHA for 7f3cfae
.eslintrc.js
@@ -5,6 +5,7 @@ module.exports = {
5
'plugin:@typescript-eslint/recommended',
6
'prettier/@typescript-eslint',
7
'plugin:prettier/recommended',
8
+ 'next',
9
],
10
parserOptions: {
11
ecmaVersion: 2018,
@@ -14,7 +15,7 @@ module.exports = {
14
15
},
16
17
rules: {
- "@typescript-eslint/explicit-function-return-type": "off",
18
+ '@typescript-eslint/explicit-function-return-type': 'off',
19
20
settings: {
21
react: {
packages/web/next.config.js
@@ -1,6 +1,7 @@
1
let config = {
2
target: 'serverless',
3
productionBrowserSourceMaps: true,
4
+ webpack5: false,
}
if (process.env.ANALYZE === '1') {
0 commit comments