eslint-plugin-react-native icon indicating copy to clipboard operation
eslint-plugin-react-native copied to clipboard

How do I configure ignore files at no-inline-styles?

Open Sayid1 opened this issue 6 years ago • 0 comments

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'
      ]
    }]

Sayid1 avatar Jun 19 '19 10:06 Sayid1