Skip to content

Commit 4a8ace3

Browse files
authored
fix: disable react-native/no-raw-text (#60)
feat: disable react-native/no-raw-text
1 parent 512ec36 commit 4a8ace3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/eslint-plugin/lib/configs/recommended.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ module.exports = defineConfig({
3636
"react-hooks/exhaustive-deps": "error",
3737
"react-native/no-color-literals": "off",
3838
"react-native/sort-styles": "off",
39+
"react-native/no-raw-text": "off",
3940
"react/no-unstable-nested-components": "error",
4041
"react/prop-types": "off",
4142
"react/no-unused-prop-types": "error",

0 commit comments

Comments
 (0)