We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d53f1 commit 89a1c49Copy full SHA for 89a1c49
.vscode/settings.json
@@ -35,7 +35,7 @@
35
"editor.formatOnSave": true,
36
"editor.formatOnType": true,
37
"editor.codeActionsOnSave": {
38
- "source.fixAll": "explicit"
+ "source.fixAll": "explicit" // Fix all fixable errors on explicit save.
39
},
40
// Show ESLint errors in the editor. Languages should match supported files `.eslintrc.json`.
41
"eslint.validate": [
@@ -46,6 +46,10 @@
46
"yaml",
47
"markdown"
48
],
49
+
50
+ /**
51
+ * SonarLint.
52
+ */
53
"sonarlint.connectedMode.project": {
54
"connectionId": "jerone",
55
"projectKey": "jerone_eslint-plugin-angular-template-consistent-this"
0 commit comments