Best practise for linting in watch mode #2089
Unanswered
hussain-nz
asked this question in
Q&A
Replies: 1 comment 3 replies
-
The So it might be a bug of Rspack, we'll dig deeper to find out why. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello again!
Firstly, thanks for all the amazing documentation!
I am configuring linting with Rsbuild and noticed in this link: https://rsbuild.dev/plugins/list/plugin-eslint
It mentions:
I would like it to continuously run in watch mode (for dev server). What is the best practise for this?
OnDevCompileDone
and maybe I should add eslinting here to continously run on every dev build (exactly what I want). I wasn't sure how to do this usingrsbuild.config.ts
or the hookmodifyRsbuildConfig
.Any suggestions on how I can achieve this using recommended practises? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions