ESLint + Prettier + VS Code - The Perfect Setup

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024
  • Package and docs available on github here: github.com/wes...
    Entire course available at es6.io

ความคิดเห็น • 122

  • @WesBos
    @WesBos  5 ปีที่แล้ว +81

    Y'all should smash that subscribe button, eh?

    • @joostschuur
      @joostschuur 5 ปีที่แล้ว +2

      Why would I break it? Doesn't that keep me from being notified about new videos?

    • @davidhahn7391
      @davidhahn7391 5 ปีที่แล้ว

      Keep making content, Wes! You make great videos!

    • @JonesDTaylor
      @JonesDTaylor 5 ปีที่แล้ว

      Just did. Your plugin gave me superpowers man. Thank you so much.

    • @khalidskiod
      @khalidskiod 5 ปีที่แล้ว

      just did it

    • @shafu_xyz
      @shafu_xyz 4 ปีที่แล้ว

      how do you format html css etc?

  • @mahathirmohammad8635
    @mahathirmohammad8635 11 หลายเดือนก่อน +1

    after 4 years this video is still useful. his library is still updated. it is very rare as a open source library by an individual.

  • @egorshumanskii8026
    @egorshumanskii8026 4 ปีที่แล้ว +9

    are you serious? You said "we are going to build it from scratch" and then "Oh guys, I have prepared npm package..." What? Dis!

  • @addyprogger7414
    @addyprogger7414 5 ปีที่แล้ว +5

    I always get so confused with all these setups, thank you Wes. Excellent videol.

  • @devaccount4078
    @devaccount4078 5 ปีที่แล้ว

    Thanks Wes for the updates about this very point.

  • @CerealTuesday
    @CerealTuesday 5 ปีที่แล้ว +1

    Top video Wes, superb tips for a great setup, thanks very much for sharing 👍

  • @MarfTaylor
    @MarfTaylor 6 หลายเดือนก่อน

    In the following configuration is there a way to make it work only with the code I write, instead of editing the entire file (I am working on big project, and I want to leave the reset of the code untouched)

  • @6Santini
    @6Santini 7 หลายเดือนก่อน

    Man this is so helpful. Thank you Wes Bos

  • @joestrkr
    @joestrkr 5 ปีที่แล้ว +3

    Good stuff!
    I was fighting last night to get eslint to work with typescript. There are some additional plugins that need to be installed and configured but what ended up missing was the vscode setting "eslint.validate": ["javascript", "typescript"]. It's weird that this setting is not necessary for plain JS.

  • @tomaszsare8521
    @tomaszsare8521 11 หลายเดือนก่อน

    Thank you for persuading me to uninstall ESlint
    👍

  • @peterborinski
    @peterborinski 5 ปีที่แล้ว +6

    Thank you for the video, but you are not going into how to use this with create-react-app (and I think a lot of people would like es-lint with create-react-app). CRA ships with an eslint config; how would you get that to work? And would you use it in conjunction with your package here?

    • @cis84muz
      @cis84muz 5 ปีที่แล้ว

      That is valid question. I love this Wes config, but is it worth ejecting CRA? 🤔

    • @dazecm
      @dazecm 4 ปีที่แล้ว

      When using CRA I find it's best to avoid having any eslint versions explicitly specified in the project package.json. It's best to simply focus on getting Prettier and the Prettier eslint configs and plugin packages installed and working with whatever eslint version is baked into the CRA and used by its scripts.

  • @SchoolforHackers
    @SchoolforHackers 5 ปีที่แล้ว

    Nice production and explanation style, WesBos!

  • @aks9842
    @aks9842 4 หลายเดือนก่อน

    Life saving video, thanks alot bro ❤

  • @selftaughtfullstackjourney3460
    @selftaughtfullstackjourney3460 3 ปีที่แล้ว

    smashed to subscribe button faster than npm package download speed

  • @MarkEdwardTan
    @MarkEdwardTan 4 ปีที่แล้ว +6

    Hi Wes, I'm having a hard time trying to make this work in React that uses typescript. Can you create also ESLint + Prettier + VS Code + Create React App with Typescript + SASS ? Thanks :)

    • @adrianpopescu8956
      @adrianpopescu8956 4 ปีที่แล้ว

      Hey, did you manage to set up your project? I just set up mine pretty much the same way.

  • @julianklumpers
    @julianklumpers 5 ปีที่แล้ว +1

    i haven't watch it yet, but still wanna say your videos/courses are awesome!

    • @WesBos
      @WesBos  5 ปีที่แล้ว

      Thanks! Glad you enjoy them! Stay tuned for more!

  • @manjunath-vadigeri
    @manjunath-vadigeri 4 ปีที่แล้ว +1

    I like the font of the comments in the video. How to get it in VS Code ?

  • @nano3546
    @nano3546 5 ปีที่แล้ว +1

    Great job again Wesbos. Do you plan to make any video about React Hooks, loves your teaching and explaining styles.

  • @vincecaruso6465
    @vincecaruso6465 4 ปีที่แล้ว +1

    This was a year ago, so I'm wondering if we still need to go through all this? I just download VSC, and prettier and it worked well for formatting, However when I added ESLint and the Prettier/ESL mode, it stopped formatting. Can you point me in the right direction (preferably starting from scratch on the whole thing)? - TIA

    • @andyo.4039
      @andyo.4039 4 ปีที่แล้ว

      I'm also wondering if this is still relevant...

  • @TheAditya64
    @TheAditya64 4 ปีที่แล้ว +2

    The packages installed are outdated in October 2019. Should I update it or leave it the way they are in their current version ?

  • @denniszenanywhere
    @denniszenanywhere 4 ปีที่แล้ว

    What do I do if I don't see a curly bracket in 10:42? Perhaps I have a newer VS Code? Where then do I put it if I don't see a curly bracket? If it's supposed to be on settings.json, where can i find this?

  • @YunisRajab
    @YunisRajab 3 ปีที่แล้ว +1

    Global install don't work bos!!! Eslint 7??

  • @christianjurt
    @christianjurt 5 ปีที่แล้ว

    This help a lot. Thanks for the great video.

  • @Diamonddrake
    @Diamonddrake 5 ปีที่แล้ว

    I wonder if they know no-sweat is not a defendable trademark because it doesn’t have a clear separate meaning from its popular phrase usage

  • @prashantrawal3765
    @prashantrawal3765 5 ปีที่แล้ว

    Awesome Wes...i made a repo for myself too

  • @themassagechair6785
    @themassagechair6785 5 ปีที่แล้ว

    Question:
    Having followed the instructions in the video, I've noticed that eslint.autoFixOnSave doesn't work with typescript. This confuses me, as it works just fine for javascript-files and npm run lint:fix can format the typescript-files just fine. I have tried turning editor.formatOnSave off for typescript, but eslint.autoFixOnSave still doesn't work. Any tips?

  • @macokaba1964
    @macokaba1964 5 ปีที่แล้ว

    Thanks a lot Wes! Great video

  • @zieglmeierjakob
    @zieglmeierjakob 3 ปีที่แล้ว

    Doesnt work for me. "Failed to load parser 'babel-eslint' ..."

  • @antoniocarlosroque5039
    @antoniocarlosroque5039 ปีที่แล้ว

    Riiiight on!!!!!
    Just one thing: how to set tab width to be 4?

  • @aram5642
    @aram5642 2 ปีที่แล้ว

    with small exceptions (like indent or max-len rules), Prettier is not needed. You can have lint on save with just eslint.

    • @karishmashaik3590
      @karishmashaik3590 2 ปีที่แล้ว

      How? Can you explain clearly, Thanks!

    • @sidokouki670
      @sidokouki670 ปีที่แล้ว

      they solve different problems though

  • @rolandmesaros6941
    @rolandmesaros6941 5 ปีที่แล้ว

    When I run the npx install-peerdeps command I get the error "ENO such option --dev" ? and when I do it with --global instead I get o such file or directory 'global'

  • @personal1935
    @personal1935 3 ปีที่แล้ว

    Many thanks for your awesome explanation and eslint configuration, I am wondering how is possible to add eslint.ignore and some more setting for Prettier and Prettier.ignore and finally some more setting for stylelint into your eslint-config-wesbos?

  • @ebrelus7687
    @ebrelus7687 2 ปีที่แล้ว

    Does it block prettier plugin's autofix on save? Does quokka work normally with this setup? Gonna try it after getting more advanced.

  • @tubun09
    @tubun09 5 ปีที่แล้ว +5

    you should release a video about this on SFC Vue component

  • @zbera97
    @zbera97 4 ปีที่แล้ว

    That is what I am looking for.

  • @lysy071990
    @lysy071990 4 ปีที่แล้ว

    Can you make an update of this video? Some of these settings aren't already supported.

  • @lcswillems
    @lcswillems 5 ปีที่แล้ว

    Thanks a lot for sharing this!!!

  • @aidanwalker7136
    @aidanwalker7136 3 ปีที่แล้ว

    will this work with a react app if i follow this?

  • @iRafaelkr
    @iRafaelkr 5 ปีที่แล้ว

    When I do the first step (npx install-peerdeps --dev eslint-config-wesbos), my package.json doesn't change (the list of devDependencies)..

  • @Fideliiiis
    @Fideliiiis 5 ปีที่แล้ว +1

    Is there a way for it to work with create-react-app without ejecting?

  • @selftaughtfullstackjourney3460
    @selftaughtfullstackjourney3460 3 ปีที่แล้ว

    wes u don't extend into prettier, is it included in wesbos? where is prettier ?

  • @SebastianPerezG
    @SebastianPerezG 5 ปีที่แล้ว

    You are BACK !!!

  • @rounakjain5774
    @rounakjain5774 4 ปีที่แล้ว

    So valuable, thanks!

  • @szymonrojek6480
    @szymonrojek6480 4 ปีที่แล้ว

    Guys how to stop overwriting let for const? Sometimes I want to change a value of variable, thanks :)

  • @SajidAliSoftwareEngineer
    @SajidAliSoftwareEngineer 4 ปีที่แล้ว

    how you add a border around the terminal

  • @TejoAgus
    @TejoAgus 5 ปีที่แล้ว

    How do you do to make Prettier not change your quotes? I want it to respect double or single as I write them, but it seem to be all single or all double from config

  • @samuelkiroko8393
    @samuelkiroko8393 5 ปีที่แล้ว

    hi hope well do you mind sharing your settings.json file for the vs code i really love it

  • @Iamclawed
    @Iamclawed 4 ปีที่แล้ว

    What’s the VSCode theme?

  • @shusenacademy
    @shusenacademy 3 ปีที่แล้ว

    Hi, what's the theme of your shell? I guess it's zsh ?

  • @yadusolparterre
    @yadusolparterre 2 ปีที่แล้ว

    Why don't you simply install the VSCode Prettier extension? Looks like it would be way simpler

  • @Vapornator
    @Vapornator 5 ปีที่แล้ว

    Could you please tell me how to go about and add the blue bar and color to the terminal window as you have on yours?
    I can see that as being helpful. Thank you!
    Great vid by the way.

    • @dazecm
      @dazecm 4 ปีที่แล้ว

      That's a combination of color theme and fonts. Search for Powerline fonts and you should find guides to customising your terminal prompt.

  • @es_pythondevelop7981
    @es_pythondevelop7981 5 ปีที่แล้ว

    thanks man
    you save my live

  • @yeayeaof87
    @yeayeaof87 5 ปีที่แล้ว

    My favorite guru!

  • @whiskers08spot09
    @whiskers08spot09 ปีที่แล้ว

    maybe because im using windows but of course it doesnt work after running
    $ npm run lint:fix

  • @vincesanchez7790
    @vincesanchez7790 4 ปีที่แล้ว

    Does this work on create-react-app with Airbnb style

  • @fgary
    @fgary 5 ปีที่แล้ว +1

    Thank you 🙌

  • @emilemilsson72
    @emilemilsson72 4 ปีที่แล้ว

    Wes, Is there a way of doing this with svelte files aswell?

  • @7huannp
    @7huannp 4 ปีที่แล้ว

    Could you create a new tutorial for typescript react?

  • @PerfectSwingDance
    @PerfectSwingDance 5 ปีที่แล้ว

    How to install class property proposal?

  • @guilhermegirardi
    @guilhermegirardi 5 ปีที่แล้ว

    Thanks, God, I mean, thanks, man! Holy shit... it really helped me!

  • @eggyfresh40
    @eggyfresh40 5 ปีที่แล้ว

    Hey Bos, on VS code terminal, we have 9 problem, is it normal?

  • @dave2938
    @dave2938 5 ปีที่แล้ว +1

    Hi;
    What Terminal App are you using?

    • @hadikhalili6675
      @hadikhalili6675 5 ปีที่แล้ว +1

      I think it is hyper - hyper.is

  • @_Amilio_
    @_Amilio_ 3 ปีที่แล้ว

    Legendary 👌

  • @ikedacripps
    @ikedacripps 3 ปีที่แล้ว

    why must i go through this stress just for set up??

  • @dreznik
    @dreznik 4 ปีที่แล้ว

    does this work for front end (non-npm)?

  • @mehrdad-ai
    @mehrdad-ai 5 ปีที่แล้ว +1

    Wes I have a question. Do you code also as freelancer/employee? Or you devote all of your time teaching coding?

    • @WesBos
      @WesBos  5 ปีที่แล้ว +3

      I was a freelance consultant for about 10 years and made courses for about 6 of those - been just working on my own course platform and making courses full time for about 2 years now

    • @mehrdad-ai
      @mehrdad-ai 5 ปีที่แล้ว

      @@WesBos Besides one's love for teaching others, do you think that's a good way to make passive income?

    • @WesBos
      @WesBos  5 ปีที่แล้ว +1

      @@mehrdad-ai Its far from passive, but it is certainly a career option if you can build up the audience and know your stuff

    • @mehrdad-ai
      @mehrdad-ai 5 ปีที่แล้ว +1

      @@WesBos Really appreciate your advice. would love to hear more about this career from you. would you choose it again? what would you have done differently? +1 if you too.

  • @alexeymind
    @alexeymind 5 ปีที่แล้ว

    Just awesome!

  • @Viruhemanth
    @Viruhemanth 5 ปีที่แล้ว

    Thank You So Much!!

  • @maskahleo
    @maskahleo 5 ปีที่แล้ว

    how do lint one page at the time

  • @expeng5861
    @expeng5861 5 ปีที่แล้ว +1

    i want your vscode font-family....so ,i got it Operator-Mono

  • @expeng5861
    @expeng5861 5 ปีที่แล้ว

    pretty fine.

  • @ShreyasSegu
    @ShreyasSegu 4 ปีที่แล้ว

    Tslint+prettier setup too please!

  • @abdulghaniofficial
    @abdulghaniofficial 5 ปีที่แล้ว

    Thanks ❤️

  • @rikkrome
    @rikkrome 5 ปีที่แล้ว

    🙏Thank you!!!

  • @yoandyvillaman2790
    @yoandyvillaman2790 5 ปีที่แล้ว

    What is the name of the plugin that suggests the commands? like 6:59

    • @zuberab5405
      @zuberab5405 5 ปีที่แล้ว

      github.com/zsh-users/zsh-syntax-highlighting

    • @yoandyvillaman2790
      @yoandyvillaman2790 5 ปีที่แล้ว

      @@zuberab5405 I mean that you complete the phrase you want to put, for example ls -a, you put ls and the terminal suggests the -a, bu thanks 😊😊

    • @zuberab5405
      @zuberab5405 5 ปีที่แล้ว

      ​@@yoandyvillaman2790 I am not sure there is a plugin for hyper but Upterm github.com/railsware/upterm does autocompletion you can also use zsh-autosuggestions github.com/zsh-users/zsh-autosuggestions

    • @WesBos
      @WesBos  5 ปีที่แล้ว

      It's zsh-autosuggestions for ZSH

  • @vizunaldth
    @vizunaldth 4 ปีที่แล้ว

    thanks!

  • @ZombiTV1
    @ZombiTV1 5 ปีที่แล้ว

    hi, thnx for the video. Can u plz share ur hyperjs custom, thnx.

  • @myamoto-musasi
    @myamoto-musasi 5 ปีที่แล้ว

    Hi, which terminal were you used.

    • @weslley39
      @weslley39 5 ปีที่แล้ว

      hyper.is/

    • @WesBos
      @WesBos  5 ปีที่แล้ว

      Hyper. Check wesbos.com/uses for more

  • @can-not-break
    @can-not-break 16 วันที่ผ่านมา

    Crazy setup...
    - Remove this
    - Download that
    - Setup this
    - Turn off that
    - But turn it off only for this
    - So that will work like this
    - Also it needs 10 peerDependencies
    And after all that still don't understand how to set it up.
    Pretty sure there is a more simple way to all that

  • @timtitus7861
    @timtitus7861 4 ปีที่แล้ว +1

    airbnb is too strict

  • @chuyelregio5
    @chuyelregio5 5 ปีที่แล้ว

    that fucked up all my settings

  • @MarcelRobitaille
    @MarcelRobitaille 5 ปีที่แล้ว

    Can't eslint already fix stuff? Why the need for prettier? Personally, I hate prettier and just write eslint rules.

  • @prsion1925
    @prsion1925 5 ปีที่แล้ว +2

    Only (ESlint + Sublime_3) or PHPStorm !!!!! cause VScode is the piece of virus which permanently loads memory( 5-7 process each of them about 800 Mb)

    • @cis84muz
      @cis84muz 5 ปีที่แล้ว

      PHPStorm to JS projects? I don't think so :P

    • @carlosmendez3363
      @carlosmendez3363 5 ปีที่แล้ว

      You just need to download some more RAM bro!

    • @prsion1925
      @prsion1925 5 ปีที่แล้ว +1

      @@cis84muz Why not??? WebStorm+PHP=PHPStorm exactly the same thing

  • @johnnyelcoste
    @johnnyelcoste 5 ปีที่แล้ว

    cool

  • @justpassingbylearning
    @justpassingbylearning 5 ปีที่แล้ว

    What terminal are you using and what theme for it>

    • @munyafiction
      @munyafiction 5 ปีที่แล้ว

      github.com/zeit/hyper

  • @dom7019
    @dom7019 4 ปีที่แล้ว

    npm run:fix just hangs.. does nothing.

  • @ThomasFaller
    @ThomasFaller 5 ปีที่แล้ว

    Great video thanks Wes!

  • @UnboxTek
    @UnboxTek 5 ปีที่แล้ว

    Thanks for sharing.

  • @GastonGarciaO
    @GastonGarciaO 5 ปีที่แล้ว

    Thank you!