We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512ec36 commit 4a8ace3Copy full SHA for 4a8ace3
1 file changed
packages/eslint-plugin/lib/configs/recommended.js
@@ -36,6 +36,7 @@ module.exports = defineConfig({
36
"react-hooks/exhaustive-deps": "error",
37
"react-native/no-color-literals": "off",
38
"react-native/sort-styles": "off",
39
+ "react-native/no-raw-text": "off",
40
"react/no-unstable-nested-components": "error",
41
"react/prop-types": "off",
42
"react/no-unused-prop-types": "error",
0 commit comments