Intellicode / eslint-plugin-react-native

React Native plugin for ESLint
MIT License
722 stars 130 forks source link

Composing stylesheets counts as failure #189

Open thijssteel opened 6 years ago

thijssteel commented 6 years ago

By using the following syntax const style = {...commonStyle, ...specificStyle}. I can combine two stylesheets into one.

However, even though the styles are used through the style object, the styles from the specificStyle sheet count as unused.

Intellicode commented 6 years ago

@thijssteel thanks for reporting! I guess this is a good improvement to add