Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit 7226c6e

Browse files
committed
fix(react): disable a buggy eslint-plugin-react-native rule
1 parent 87edc10 commit 7226c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config-react/native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = {
4141
// https://github.com/Intellicode/eslint-plugin-react-native
4242
'react-native/no-color-literals': 'error',
4343
'react-native/no-inline-styles': 'error',
44-
'react-native/no-raw-text': 'error',
44+
'react-native/no-raw-text': 'off', // buggy (https://github.com/Intellicode/eslint-plugin-react-native/issues/210)
4545
'react-native/no-unused-styles': 'error',
4646
'react-native/split-platform-components': 'error',
4747
},

0 commit comments

Comments
 (0)