Skip to content

Commit

Permalink
Fix vscode README of prettier integration (#2776)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy authored and k8s-ci-robot committed Dec 27, 2019
1 parent 488805c commit b86fccb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ To understand more what prettier is: [What is Prettier](https://prettier.io/docs
},
"editor.formatOnSave": true,
},
"[typescriptreact]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true,
},
"editor.formatOnSave": true,
},
```
- For others, refer to https://prettier.io/docs/en/editors.html

Expand Down

0 comments on commit b86fccb

Please sign in to comment.