-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOC] Add ESLint configuration steps for vscode #706
[DOC] Add ESLint configuration steps for vscode #706
Conversation
``` | ||
- Open the Command Palette again | ||
- Type `eslint` | ||
- Select `ESLint: Enable ESLint` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After the plugin installation, Eslint is enabled by default. So we don't need to do that 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have those commands, I suppose they come from an other plugin?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, it's not a command that's why i didn't find it.
Inspired by https://thesoreon.com/blog/how-to-set-up-eslint-with-typescript-in-vs-code