Skip to content

Commit

Permalink
Exclude demos from next.js eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Oct 9, 2023
1 parent 81b101d commit 50c30c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ module.exports = {
// Next.js plugin
{
files: ['docs/**/*'],
excludedFiles: ['docs/data/**/*'],
extends: ['plugin:@next/next/recommended'],
settings: {
next: {
Expand Down

0 comments on commit 50c30c4

Please sign in to comment.