Never Create A Nuxt Or Vue App Again Without This Package! (Eslint)

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

Комментарии • 33

  • @ProgramWithErik
    @ProgramWithErik  Год назад +4

    Do you use eslint? Or prettier?

    • @nutzersht1179
      @nutzersht1179 Год назад

      Eslint & stylelint

    • @nicolaswalcker8883
      @nicolaswalcker8883 Год назад

      eslint with vscode rule "source.fixAll.eslint" on actions on save

    • @teziovsky
      @teziovsky Год назад +3

      Eslint is linter, not formatter 🤔 I use both eslint and prettier

    • @nicolaswalcker8883
      @nicolaswalcker8883 Год назад

      @@teziovsky But vscode have this option to format code only fixing eslint errors, dont using tools like prettier and beautify

    • @ProgramWithErik
      @ProgramWithErik  Год назад

      Love both!@@nutzersht1179

  • @Microphunktv-jb3kj
    @Microphunktv-jb3kj Год назад +2

    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?

  • @pixelhusten
    @pixelhusten Год назад +6

    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.

  • @SXsoft99
    @SXsoft99 Год назад +1

    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

  • @sno-oze
    @sno-oze Год назад +1

    How about making a template with customized eslint prettier stylelint for vue3 and nuxt using the example of the ones "awesome vite" repository has?

  • @codeguy7309
    @codeguy7309 7 месяцев назад

    you made this video specifically for me, thank you.

  • @Bawar33
    @Bawar33 Год назад

    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.

  • @justpatrick_
    @justpatrick_ Год назад +2

    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 😂

  • @ash1kh
    @ash1kh Год назад

    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.

  • @b1-66er.
    @b1-66er. 10 месяцев назад

    VS code extensions do the same job without adding a new dependency to your project.

    • @Tarabass
      @Tarabass 8 месяцев назад

      Your teammates will hate you ;)

    • @b1-66er.
      @b1-66er. 8 месяцев назад +2

      My teammates hate me anyway. ;)

  • @watchchat
    @watchchat Год назад

    Theeeese Nuxt!

  • @Kingside88
    @Kingside88 9 месяцев назад +1

    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.

    • @ProgramWithErik
      @ProgramWithErik  8 месяцев назад

      That’s a good point I’ll update it