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 c0269db commit 7ae836eCopy full SHA for 7ae836e
resources/newssite/news-next/.eslintrc.json
@@ -1,3 +1,8 @@
1
{
2
- "extends": "plugin:@next/next/recommended"
+ "extends": "plugin:@next/next/recommended",
3
+ "settings": {
4
+ "next": {
5
+ "rootDir": "resources/newssite/news-next/"
6
+ }
7
8
}
0 commit comments