Skip to content

Commit

Permalink
Merge c40045e into e9ed2b6
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Zohaib Aslam committed Jul 12, 2020
2 parents e9ed2b6 + c40045e commit 587102d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/general/editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ You can also get VSCode to understand your project's static code analysis setup.
- You'll see any warnings or errors directly within VSCode
- VSCode can also automatically fix or format your code for you

To make this happen, install both the ESLint and Prettier extensions for VSCode and add the following to either your User or Workspace Settings:
To make this happen, install the ESLint extension for VSCode and add the following to either your User or Workspace Settings:

```json
{
"editor.formatOnSave": true,
"prettier.eslintIntegration": true,
"eslint.run": "onSave"
}
```
Expand Down

0 comments on commit 587102d

Please sign in to comment.