feishin/.vscode/extensions.json

9 lines
177 B
JSON
Raw Normal View History

2022-12-20 00:59:14 +01:00
{
2023-07-02 04:10:05 +02:00
"recommendations": [
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"stylelint.vscode-stylelint",
"esbenp.prettier-vscode"
]
2022-12-20 00:59:14 +01:00
}