Skip to content

Commit

Permalink
Configure the next eslint plugin so that there's no false positive er…
Browse files Browse the repository at this point in the history
…ror when running eslint
  • Loading branch information
julienw committed Jan 23, 2024
1 parent c0269db commit 7ae836e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion resources/newssite/news-next/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"extends": "plugin:@next/next/recommended"
"extends": "plugin:@next/next/recommended",
"settings": {
"next": {
"rootDir": "resources/newssite/news-next/"
}
}
}

0 comments on commit 7ae836e

Please sign in to comment.