feat(basic): prefer non global process object (#214)
This commit is contained in:
parent
1b25322bf5
commit
3ef955d56f
@ -338,7 +338,7 @@ module.exports = {
|
|||||||
'max-statements-per-line': ['error', { max: 1 }],
|
'max-statements-per-line': ['error', { max: 1 }],
|
||||||
|
|
||||||
// node
|
// 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/prefer-global/buffer': ['error', 'never'],
|
||||||
'n/no-callback-literal': 'off',
|
'n/no-callback-literal': 'off',
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user