Skip to content

Commit

Permalink
fix: update invalid config
Browse files Browse the repository at this point in the history
  • Loading branch information
tusbar committed Oct 23, 2024
1 parent f7ffa65 commit 1db10af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ module.exports = {
// Unicorn
// Next.js does not support node protocol imports yet
'unicorn/prefer-node-protocol': 'off',
},

// N
// Do not use the process import in Next.js
'n/prefer-global/process': 'off',
// N
// Do not use the process import in Next.js
'n/prefer-global/process': 'off',
},
}

0 comments on commit 1db10af

Please sign in to comment.