Skip to content

Commit

Permalink
explain
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Oct 16, 2024
1 parent 3287df3 commit 089382e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export default tseslint.config(
n: nPlugin,
},
rules: {
'n/prefer-global/process': ['error', 'never'],
'import/no-nodejs-modules': 'error',
'n/prefer-global/process': ['error', 'never'], // in combination with 'import/no-nodejs-modules', usage of process is disallowed
'import/no-extraneous-dependencies': 'error',
},
},
Expand Down

0 comments on commit 089382e

Please sign in to comment.