Skip to content

Commit 739c2a3

Browse files
committed
tools: update eslint config
This makes sure the eslint config is up to date for eslint 6.0.0. PR-URL: #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 adfbd36 commit 739c2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

+1-1
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)