Skip to content

Commit

Permalink
feat(basic): prefer non global process object (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Jul 12, 2023
1 parent 1b25322 commit 3ef955d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-basic/index.js
Expand Up @@ -338,7 +338,7 @@ module.exports = {
'max-statements-per-line': ['error', { max: 1 }],

// node
// 'n/prefer-global/process': ['error', 'never'], // Not sure if we need it as we are using `process.env.NODE_ENV` a lot in front-end.
'n/prefer-global/process': ['error', 'never'],
'n/prefer-global/buffer': ['error', 'never'],
'n/no-callback-literal': 'off',

Expand Down

0 comments on commit 3ef955d

Please sign in to comment.