diff --git a/packages/eslint-config-react-native-community/index.js b/packages/eslint-config-react-native-community/index.js index 3302717db60fcb..b388eb4db03c2a 100644 --- a/packages/eslint-config-react-native-community/index.js +++ b/packages/eslint-config-react-native-community/index.js @@ -285,7 +285,7 @@ module.exports = { 'react/display-name': 0, 'react/jsx-boolean-value': 0, - 'react/jsx-no-comment-textnodes': 1, + 'react/jsx-no-comment-textnodes': 2, 'react/jsx-no-duplicate-props': 2, 'react/jsx-no-undef': 2, 'react/jsx-sort-props': 0,