Skip to main content
20 events
when toggle format what by license comment
Nov 7, 2023 at 2:20 history edited Pang CC BY-SA 4.0
Add syntax highlighting. Add a missing apostrophe.
May 18, 2021 at 18:58 history edited Dennis Vash CC BY-SA 4.0
added 302 characters in body
Apr 29, 2021 at 5:38 history edited Dennis Vash CC BY-SA 4.0
deleted 17 characters in body
Jan 14, 2021 at 5:14 comment added Dennis Vash Be sure you dont have other eslint file which overrides it, and try openning a question. And yes, it works for me.
Jan 12, 2021 at 19:28 comment added David Harkness No matter what I added to eslintConfig, I cannot alter the built-in rules. Have you actually been able to do so?
Jan 7, 2021 at 9:14 history edited Dennis Vash CC BY-SA 4.0
added 412 characters in body
Jun 17, 2020 at 9:51 vote accept lkbaerenfaenger
Jan 7, 2020 at 22:15 comment added lkbaerenfaenger So how do I "integrate it with VS Code"? Since it normally picks up any present ESLint configuration, having to manually wire it up is not straightforward.
Jan 7, 2020 at 18:39 comment added Dennis Vash Well.. you need to install eslint globally for npm eslint to work, and obviously I can't guess how you integrated it... Which steps you took... What are your vscode settings... Its an entirely new question.
Jan 7, 2020 at 18:15 comment added lkbaerenfaenger How did you integrate it? The docs that you shared the link to say that I just have to install and enable the ESLint plugin for VSCode -- I did. Also, I tried npm eslint ., and it complained that it didn't know about eslint.
Jan 7, 2020 at 18:11 comment added lkbaerenfaenger Regarding the downvote: Trying to earn easy points by doing one second of googling, and then posting the first link that comes up as an answer -- that's just lazy, insulting, and should not be rewarded. Now that you revised your answer and actually spent some time trying to help me, I will vote your answer back up. Once it actually solves my problem, I will of course accept it as the answer. :)
Jan 7, 2020 at 18:09 comment added Dennis Vash As I said, you need to integrate it with vscode... Cheers. And "I don't have yarn, so I still cannot run eslint", you can run it however you want, it will work
Jan 7, 2020 at 18:07 comment added lkbaerenfaenger Sadly, none of the things you write help my situation. I don't have yarn, so I still cannot run eslint, and after creating a couple new projects just the way you stated, opening up those projects in VS Code still results in an empty "Output" console. Thank you for your efforts, though.
Jan 7, 2020 at 18:01 history edited Dennis Vash CC BY-SA 4.0
added 698 characters in body
Jan 7, 2020 at 17:57 comment added Dennis Vash I think you struggling to integrate it with vscode, why to downvote?
Jan 7, 2020 at 17:56 history edited Dennis Vash CC BY-SA 4.0
added 698 characters in body
Jan 7, 2020 at 17:25 comment added Dennis Vash If you open a console in DEBUG mode in vscode, you can check the eslint tab see it logs (after fixing errors you will get linting enabled)
Jan 7, 2020 at 17:24 comment added Dennis Vash Need to integrate it with extensions and settings via settings.json
Jan 7, 2020 at 17:23 history edited Dennis Vash CC BY-SA 4.0
added 184 characters in body
Jan 7, 2020 at 17:17 history answered Dennis Vash CC BY-SA 4.0