1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-22 15:19:10 +00:00

Add VSCode extension recommendations

To make it easier for new contributors, suggest extensions for the tools we use
This commit is contained in:
Benjamin Staneck 2023-04-28 22:03:44 +02:00 committed by Mark McDowall
parent e12c679cd8
commit 9ebd2f96ad

7
frontend/.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,7 @@
{
"recommendations": [
"stylelint.vscode-stylelint",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}