Skip to content

Commit 0117b3f

Browse files
committed
tools: update eslint config
This makes sure the eslint config is up to date for eslint 6.0.0. PR-URL: nodejs#27670 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Refael Ackermann (רפאל פלחי) <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Ujjwal Sharma <[email protected]>
1 parent 8845a77 commit 0117b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ module.exports = {
147147
'no-octal': 'error',
148148
'no-path-concat': 'error',
149149
'no-proto': 'error',
150-
'no-redeclare': 'error',
150+
'no-redeclare': ['error', { 'builtinGlobals': false }],
151151
'no-restricted-modules': ['error', 'sys'],
152152
/* eslint-disable max-len */
153153
'no-restricted-properties': [

0 commit comments

Comments
 (0)