Hi everyone,
While working on a small fix for the master password warning message, I keep running into ESLint errors related to no-mixed-spaces-and-tabs in Dialog.tsx.
It seems that some lines in the file have a mix of tabs and spaces, so even small edits trigger lint errors. I fixed it locally, but I find myself hitting this issue quite often.
Is there a recommended editor setting or workflow to avoid this? For example, should we always enforce tabs in this file?
Thanks!
