Summary:
ESlint auto fix on save is not work in react-native-template-obytes v7.0.2
Steps to reproduce:
- ESlint and Prettier install
- npx create-obytes-app@latest MyApp
- pnpm install
- Intentionally remove line breaks in JSX or TS code
- Even after saving, new line breaks do not appear.
Expected behavior:
ESlint auto fix on save is work in react-native-template-obytes
Additional notes:
my solution is that to Add agin @react-native-community/eslint-config in devDependencies and
add @react-native-community in .eslintrc.js extends.
it is work for me.
Summary:
ESlint auto fix on save is not work in react-native-template-obytes v7.0.2
Steps to reproduce:
Expected behavior:
ESlint auto fix on save is work in react-native-template-obytes
Additional notes:
my solution is that to Add agin @react-native-community/eslint-config in devDependencies and
add @react-native-community in .eslintrc.js extends.
it is work for me.