pierrejeambrun commented on PR #51682:
URL: https://github.com/apache/airflow/pull/51682#issuecomment-2995971556

   > Yes, I have a question. I created a new file called sidebar.tsx, but I'm 
not able to catch the errors in it , even though the runner here on Git is 
marking them. Do you know what might be going on?
   
   
   Be sure to be rebased on latest main with latest devtools updates (We 
recently merged a few improvement to this part). You can then run pre-commit 
hooks or eslint:
   - `pre-commit run ts-compile-lint-ui` (with your files stages) or 
`pre-commit run ts-compile-lint-ui --all-files` (for all files)
   - or `pnpm eslint --fix your_file`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to