mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-04-27 19:58:16 +00:00
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>
19 lines
415 B
JSON
19 lines
415 B
JSON
{
|
|
"recommendations": [
|
|
"antfu.iconify",
|
|
"aaron-bond.better-comments",
|
|
"eamodio.gitlens",
|
|
"vue.volar",
|
|
"dbaeumer.vscode-eslint",
|
|
"lokalise.i18n-ally",
|
|
"ryanluker.vscode-coverage-gutters",
|
|
"yoavbls.pretty-ts-errors"
|
|
],
|
|
"unwantedRecommendations": [
|
|
"octref.vetur",
|
|
"esbenp.prettier-vscode",
|
|
"vue.vscode-typescript-vue-plugin",
|
|
"SonarSource.sonarlint-vscode"
|
|
]
|
|
}
|