Skip to content

Commit

Permalink
Merge pull request #741 from microsoftgraph/task/code-formatting
Browse files Browse the repository at this point in the history
Task/code formatting
  • Loading branch information
jobala committed Oct 15, 2020
2 parents e3a6474 + 65bed59 commit 571ef64
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,15 @@
"**/node_modules": true,
"**/.github": true,
},
"files.trimTrailingWhitespace": true
}
"files.trimTrailingWhitespace": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"eslint.validate": [
"typescript",
"typescriptreact"
],
}

0 comments on commit 571ef64

Please sign in to comment.