From 040cbdcd1a27f4b1bd55c615db240476ffae46e2 Mon Sep 17 00:00:00 2001 From: Alessandro Senese Date: Thu, 3 Oct 2024 11:11:32 +0100 Subject: [PATCH] Disable mandatory a11y hint --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 68217ac..b93868e 100644 --- a/src/index.js +++ b/src/index.js @@ -10,7 +10,7 @@ const defaultConfig = { }; const basicRules = { - 'react-native-a11y/has-accessibility-hint': 'error', + 'react-native-a11y/has-accessibility-hint': 'off', 'react-native-a11y/has-accessibility-props': 'error', 'react-native-a11y/has-valid-accessibility-actions': 'error', 'react-native-a11y/has-valid-accessibility-component-type': 'error',