We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fad8a commit d6910e7Copy full SHA for d6910e7
test/integration/next-pagesdir/.eslintrc
@@ -1,3 +1,6 @@
1
{
2
- "extends": ["next", "next/core-web-vitals"]
+ "extends": ["next", "next/core-web-vitals"],
3
+ "rules": {
4
+ "@next/next/no-document-import-in-page": "off"
5
+ }
6
}
0 commit comments