How to set inline style rule with eslint?
module.exports = {
root: true,
extends: '@react-native',
'prettier/prettier': [
'error',
{
'no-inline-styles': false,
},
],
};
참고 링크
https://stackoverflow.com/questions/61133779/how-to-set-inline-style-rule-with-eslint