VSCode Tutorials #6 - Linting with ESLint

preview_player
Показать описание


Support Free Tutorials

The best shared web hosting

Subscribe to Level Up Pro for extra features!

Subscribe to the Level Up Newsletter

To Support Level Up Tuts:

Simple cloud hosting, built for developers.:

Рекомендации по теме
Комментарии
Автор

I started using ESLint at now! Thanks to your video. :-)

renancoelho
Автор

Thanks so much for a well done and DETAILED tutorial.

kenmtb
Автор

I have always loved Sublime Text, but now it takes forever to open a small CSS file. I have switched to VSCode too

Knards
Автор

This helped me thanks. One tip: to reload VSCode ctr+e to open search bar and type in ">reload". So you don't have to close it and open it again ;)

bennycarlsson
Автор

So would we have to create the eslint.json file in each and every project that we work upon or would it work globally for every project? Thanks for the video, quite helpful!

manavsaxena
Автор

It's a good video though i wasn't sure if it would all be the same in Linux.

im in ubuntu Iv already installed nodejs not sure if i use react when adding the eslint to the project

redsquirrel
Автор

hi, great tutorial,
i have a problem and i have searched but i can't fix it.
an error is that it says : "Unexpected console statement. (no-console)"
but i am coding for node so there should be some console.logs in the code so i want to disable this error.
after searching the internet I saw that I should add a "no-console" : "off" to the "rules" of the .eslintrc.js file. but after adding that nothing changed and i don't know what to do. please let me know if you have any suggestions. i am using vscode and windows 10
tnx

hadih.
Автор

Hello, how you add your bash syntax highlight and autocomplete in terminal?

misterreset
Автор

It would seem that ESLint isn't fully integrated with VS Code if it requires you to type in installation commands from the terminal. I would have expected a green Install button like one sees with other extensions and plug-ins. Perhaps you should have showed us one of those.

joedempseysr.
Автор

I have diffrent question while configuration

doukain
Автор

Having your keyboard shortcut show up when used is a cool feature. I tried Googling for such--but I must be missing the mark. Care to show me how to enable it?

jeromeciarkowski
Автор

For me es lint auto save do nothing. change setting as you explained, save file, nothing changed

advanceduser
Автор

Hello, thanks for this video. Tell me please what's your theme.

lamnxskyren
Автор

Does eslint plugin conflict with prettier plugin ?

dxcqcv
Автор

tbh don't npm i -g eslint. Install it locally for every project or team members are going to suck.

CoryTheSimmons
Автор

6:12-6:34 needs to be removed. A minor oversight I guess.

BiGBANGTHORY
Автор

Very helpful. You should better edit your videos though.

BesartBytyqi
Автор

I never use semi-colons in my js files. They are such a waste of a keystroke. I will try to avoid teams where developers are political about that too. Also no semi colons in css, just pure sass (not scss - the bracketless and semicolon version). Also no closing and opening tags in html. Just pure pug. Currently looking for ways to incorporate pug syntax into jsx react.

SogMosee