Skip to content

Commit 89a1c49

Browse files
committed
📄
1 parent c2d53f1 commit 89a1c49

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: .vscode/settings.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"editor.formatOnSave": true,
3636
"editor.formatOnType": true,
3737
"editor.codeActionsOnSave": {
38-
"source.fixAll": "explicit"
38+
"source.fixAll": "explicit" // Fix all fixable errors on explicit save.
3939
},
4040
// Show ESLint errors in the editor. Languages should match supported files `.eslintrc.json`.
4141
"eslint.validate": [
@@ -46,6 +46,10 @@
4646
"yaml",
4747
"markdown"
4848
],
49+
50+
/**
51+
* SonarLint.
52+
*/
4953
"sonarlint.connectedMode.project": {
5054
"connectionId": "jerone",
5155
"projectKey": "jerone_eslint-plugin-angular-template-consistent-this"

0 commit comments

Comments
 (0)