Thomas Sauer
Results
1
comments of
Thomas Sauer
You can already do this with ESLint with this rule: ``` 'no-shadow': ['error', { 'builtinGlobals': true }] ```