How to set inline style rule with eslint?

inlinestyle

image.png

.eslintrc.js

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