Skip to content

Commit

Permalink
feat: do not use process import in next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tusbar committed Oct 23, 2024
1 parent 0fc4166 commit a26b510
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,8 @@ module.exports = {
// 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',
}

0 comments on commit a26b510

Please sign in to comment.