Skip to content

Commit

Permalink
Fix .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed May 15, 2024
1 parent 4f4cf06 commit 22a278d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions frontend/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
// adding next/babel to fix parsing error on next.conf.js
"extends": ["next/babel","next/core-web-vitals"]
"extends": ["next/core-web-vitals"],
"rules": {
"@next/next/no-html-link-for-pages": ["error", "src/"]
}
}
2 changes: 1 addition & 1 deletion frontend/next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @type {import('next').NextConfig} */
module.exports = {
output: "standalone",
};
};

0 comments on commit 22a278d

Please sign in to comment.