Linting - React Native

React Native ships a built-in linter named ESLint.

If possible, always update React Native to the newest version.

Avoid errors with automated testing. Follow the Testing guide to get started.

npx eslint "project/**"