Skip to content

Commit 1a97ba4

Browse files
authored
Update config. (#29)
* Update config. * Fix rule definition
1 parent 5675f7d commit 1a97ba4

File tree

1 file changed

+3
-0
lines changed
  • eslint-config-ringcentral-typescript/src

1 file changed

+3
-0
lines changed

eslint-config-ringcentral-typescript/src/config.js

+3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ module.exports = {
2626
trailingComma: 'all',
2727
},
2828
],
29+
'no-shadow': 'off',
30+
'@typescript-eslint/ban-types': 'off',
2931
'@typescript-eslint/indent': 'off', // prettier takes care of it
32+
'@typescript-eslint/no-shadow': 'error',
3033
},
3134
env: {
3235
browser: true,

0 commit comments

Comments
 (0)