diff --git a/packages/eslint-config-react-native-community/index.js b/packages/eslint-config-react-native-community/index.js index 563a400c02ab4d..bb5e2e32c94bf0 100644 --- a/packages/eslint-config-react-native-community/index.js +++ b/packages/eslint-config-react-native-community/index.js @@ -53,7 +53,10 @@ module.exports = { rules: { '@typescript-eslint/no-unused-vars': [ 'error', - {argsIgnorePattern: '^_'}, + { + argsIgnorePattern: '^_', + destructuredArrayIgnorePattern: '^_', + }, ], 'no-unused-vars': 'off', 'no-shadow': 'off',