We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2cf24f commit 722a0ffCopy full SHA for 722a0ff
packages/eslint-config-react-native-community/index.js
@@ -56,6 +56,8 @@ module.exports = {
56
{argsIgnorePattern: '^_'},
57
],
58
'no-unused-vars': 'off',
59
+ 'no-shadow': 'off',
60
+ '@typescript-eslint/no-shadow': 1,
61
},
62
63
{
0 commit comments