(check out my blog)
Having prettier and ESLint up and running on your project can be very useful and can save us a lot of time by identifying stat...
For further actions, you may consider blocking this person and/or reporting abuse
Loved it, it was very easy to follow and friendly.
I just had a problem when adding the "prettier/prettier" : "error", inside the rules at the .eslintrc file. It caused many errors that wouldnt allow the app to compile.
I took it and all went again smoothly. Any comments?
Questions are:
Appreciatte your answer!
Thank you!
You saved me! I was annoyed when i format my code with
ALT+SHIFT+F
in my vscode that formatting to Prettier rules and when saving my files it execute ESLint and prettier give me a warning. Now i just set myALT+SHIFT+F
to ESLint cause it will formatting to Prettier too.ANW, if anyone occurred this problem in ESLint console:
Dont forget to install prettier (
yarn add -D prettier
)you missing the
eslint --fix <file>
Well Written and to the point.
Super helpful for folks using two really popular dev tools. Good write-up!
Thank you very much! :)
Very helpful this article. Congratulations buddy!
Thanks a lot man
Really helpful post. I was having a hard time with these two. Thank you!
amazing!
amazing, i have tried many ways but not working until now. Tks so much