I recently implemented eslint and prettier with format on save. When i save it pushed my text to the start of the line like this:
<Text style={styles.getStartedText}>
Get started
</Text>
I am using react native, with AirBnb eslint presets, flow plugin and babel-eslint parser. Is there a rule that is causing this ?
Thanks