command yarn run lint
does not run on the correct files
#29159
Labels
Needs: Triage 🔍
Platform: Linux
Building on Linux.
Stale
There has been a lack of activity on this issue and it may be closed soon.
Description
I WILL FIX THIS ISSUE 😃
After troubleshooting CI Errors on #29157 I noticed that the command
yarn run lint
is checking the linting for wrong files in local development enviroment. For example files like:The log:
I could fix this by just running
yarn eslint RNTester/js/examples/Text/TextExample.android.js --quiet
React Native version:
Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
cd react-native
yarn run lint
Expected Results
Only the relevant errors are displayed
The text was updated successfully, but these errors were encountered: