Skip to content

Commit 7ae836e

Browse files
committed
Configure the next eslint plugin so that there's no false positive error when running eslint
1 parent c0269db commit 7ae836e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
"extends": "plugin:@next/next/recommended"
2+
"extends": "plugin:@next/next/recommended",
3+
"settings": {
4+
"next": {
5+
"rootDir": "resources/newssite/news-next/"
6+
}
7+
}
38
}

0 commit comments

Comments
 (0)