eslint-plugin-react-native
eslint-plugin-react-native copied to clipboard
How do I configure ignore files at no-inline-styles?
The following example works well:
'react-native/no-inline-styles': 2
And ignore this option is not work
'react-native/no-inline-styles': [2, {
ignore: [
'/src/utils/utils.js'
]
}]