Skip to content

Commit c17e59d

Browse files
authored
Disable 'react-native-a11y/has-accessibility-hint'
'react-native-a11y/has-accessibility-hint' is too strict and incorrect in some cases. I think it would be a good idea to turn it off by default. FormidableLabs/eslint-plugin-react-native-a11y#142
1 parent c7fafc6 commit c17e59d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

react-native.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ module.exports = {
1616
'react-native/no-inline-styles': WARNING,
1717
'react-native/no-color-literals': WARNING,
1818
'react-native/no-raw-text': ERROR,
19+
'react-native-a11y/has-accessibility-hint': OFF,
1920
},
2021
overrides: [
2122
{

0 commit comments

Comments
 (0)