You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In react-native, eslint warns us to avoid inline-style in our components but it provides one solution by disabling the rule.
However, I'd recommend to add an option that let's convert inline-styles into independent styles.
Description
In
react-native
,eslint
warns us to avoidinline-style
in our components but it provides one solution by disabling the rule.However, I'd recommend to add an option that let's convert
inline-styles
intoindependent styles.
Screenshot
Example
In the above snippet,
eslint
will have the ability to transform that rule into:The text was updated successfully, but these errors were encountered: