mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-01-19 04:32:53 +00:00
chore(dx): disable sonarsource vscode extension
Some checks are pending
Push & Release 🌍 / Automation 🎛️ (push) Waiting to run
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Waiting to run
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Waiting to run
Push & Release 🌍 / Deploy 🚀 (push) Blocked by required conditions
Some checks are pending
Push & Release 🌍 / Automation 🎛️ (push) Waiting to run
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Waiting to run
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Waiting to run
Push & Release 🌍 / Deploy 🚀 (push) Blocked by required conditions
eslint-plugin-sonarjs > 2.0.0 has almost complete support for the SonarQube rules, so it's redundant to have it when eslint can do everything Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
parent
376664af19
commit
c68fa178fd
6
.vscode/extensions.json
vendored
6
.vscode/extensions.json
vendored
@ -7,12 +7,12 @@
|
||||
"dbaeumer.vscode-eslint",
|
||||
"lokalise.i18n-ally",
|
||||
"ryanluker.vscode-coverage-gutters",
|
||||
"yoavbls.pretty-ts-errors",
|
||||
"SonarSource.sonarlint-vscode"
|
||||
"yoavbls.pretty-ts-errors"
|
||||
],
|
||||
"unwantedRecommendations": [
|
||||
"octref.vetur",
|
||||
"esbenp.prettier-vscode",
|
||||
"vue.vscode-typescript-vue-plugin"
|
||||
"vue.vscode-typescript-vue-plugin",
|
||||
"SonarSource.sonarlint-vscode"
|
||||
]
|
||||
}
|
||||
|
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@ -49,11 +49,5 @@
|
||||
"vue.inlayHints.vBindShorthand": true,
|
||||
"vue.inlayHints.optionsWrapper": true,
|
||||
"vue.inlayHints.destructuredProps": true,
|
||||
"sonarlint.output.showAnalyzerLogs": true,
|
||||
"sonarlint.output.showVerboseLogs": true,
|
||||
"sonarlint.connectedMode.project": {
|
||||
"connectionId": "jellyfin-vue",
|
||||
"projectKey": "jellyfin_jellyfin-vue"
|
||||
},
|
||||
"typescript.tsserver.experimental.enableProjectDiagnostics": true
|
||||
"typescript.tsserver.experimental.enableProjectDiagnostics": false
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user