nuxt3 still dont have a cli scaffolding.. where u can choose some template options? linters,formaters, what bundler to use, what css framework to use, what testing suite to use etc?
tried eslint, after fighting to set it up and make it work with the project editorconfig, i was like "F it, this thing is dumb" too many things to configure and things like "no file end line" added by the IDE (I use phpstom bnut i think its the same for webstorm) that in the end just get dropped when the code is parsed by the compiler (be it uglyfied or not) also adds another dependency, another configuration file....... the great JS experience that made so many developers go into depression
Thanks for the video, but i still did not get it, there is people say u should not use eslint to format your code, then how to use prettier and eslint to work together? Now when i run lint fix it will change format of the code, then if i run format with prettier in vs code again it will change the code then eslint show warning and error.
Hey Eric, I love your videos and I understand you need the "clickbaity" thumbnail to get the clicks but its doesn't feel right. Am mostly used to react devs using those you are doing it wrong titles, as there seems to always be a better way to do something in react 😂
Though I am not a web developer trying out framework is just curiosity. Used eslinter and prettier for a long time and its kinda messy to setup first and some know how required to maintain, also the root folder is flooded with more files. Recently biome js changed my view. though it is in its early stage but very very likable clean from linux point of view.
Great video, bad title. Why not telling us in the title it's all about nuxt and eslint? This would trigger me much more. Also when someone is searching for nuxt and eslint he would find you're video as well.
Do you use eslint? Or prettier?
Eslint & stylelint
eslint with vscode rule "source.fixAll.eslint" on actions on save
Eslint is linter, not formatter 🤔 I use both eslint and prettier
@@teziovsky But vscode have this option to format code only fixing eslint errors, dont using tools like prettier and beautify
Love both!@@nutzersht1179
nuxt3 still dont have a cli scaffolding.. where u can choose some template options? linters,formaters, what bundler to use, what css framework to use, what testing suite to use etc?
I was expecting what I don't know for an indispensable and unknown package, but you point out a package that most JS devs include in their projects.
tried eslint, after fighting to set it up and make it work with the project editorconfig, i was like "F it, this thing is dumb"
too many things to configure and things like "no file end line" added by the IDE (I use phpstom bnut i think its the same for webstorm) that in the end just get dropped when the code is parsed by the compiler (be it uglyfied or not)
also adds another dependency, another configuration file....... the great JS experience that made so many developers go into depression
How about making a template with customized eslint prettier stylelint for vue3 and nuxt using the example of the ones "awesome vite" repository has?
nuxt has eslint module
you made this video specifically for me, thank you.
Thanks for the video, but i still did not get it, there is people say u should not use eslint to format your code, then how to use prettier and eslint to work together? Now when i run lint fix it will change format of the code, then if i run format with prettier in vs code again it will change the code then eslint show warning and error.
Hey Eric, I love your videos and I understand you need the "clickbaity" thumbnail to get the clicks but its doesn't feel right. Am mostly used to react devs using those you are doing it wrong titles, as there seems to always be a better way to do something in react 😂
Though I am not a web developer trying out framework is just curiosity. Used eslinter and prettier for a long time and its kinda messy to setup first and some know how required to maintain, also the root folder is flooded with more files. Recently biome js changed my view. though it is in its early stage but very very likable clean from linux point of view.
VS code extensions do the same job without adding a new dependency to your project.
Your teammates will hate you ;)
My teammates hate me anyway. ;)
Theeeese Nuxt!
Great video, bad title. Why not telling us in the title it's all about nuxt and eslint?
This would trigger me much more. Also when someone is searching for nuxt and eslint he would find you're video as well.
That’s a good point I’ll update it