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

Commit 3adb289

Browse files
committed
feat(react): add new eslint-plugin-react-native rules
1 parent 0acf898 commit 3adb289

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config-react/native.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +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',
4445
'react-native/no-unused-styles': 'error',
4546
'react-native/split-platform-components': 'error',
4647
},

0 commit comments

Comments
 (0)