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