[help] Problem Quasar framework check space!
-
I am a newbie. I use vue files to add to the quasar project. But I have problems with the space: "Expected indentation of 4 spaces but found 1 tab ". How to turn off these errors??. I have not encountered similar problems in other frameworks. Help me please!! Tks
-
Hi @HuuTho ,
After you run
quasar init myproject
when it asks you ‘Use ESLint to lint your code?’ say no : ‘n’.
If you do so, it will not install ESLint in your Quasar project and so not return all of these errors.
It’s not really recommended but if it’s really necessary …