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

Is there an easy way to say "ignore style={{ flex: 1 }}"

Open GollyJer opened this issue 4 years ago • 0 comments

I love not allowing inline styles but it becomes a little frustrating when all you have are a bunch ofstyle={{ flex: 1 }} views. Is there a way to allow only { flex: 1 } as an inline style?

GollyJer avatar Feb 14 '20 05:02 GollyJer