Skip to content

Commit 87e34e5

Browse files
committed
fix(config): proper react-native-a11y extends
1 parent 3e30676 commit 87e34e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
"@react-native-community/eslint-config",
55
"plugin:import/typescript",
66
"plugin:react/recommended",
7-
"plugin:react-native-a11y/recommended",
7+
"plugin:react-native-a11y/all",
88
"prettier",
99
"prettier/react"
1010
],

0 commit comments

Comments
 (0)