aboutsummaryrefslogtreecommitdiff
path: root/.vscode/extensions.json
blob: a5e243212b98c20919fb9c5a835d1c98ef0187cf (plain)
1
2
3
4
5
6
7
{
    "recommendations": [
        "dbaeumer.vscode-eslint",
        "html-validate.vscode-html-validate",
        "stylelint.vscode-stylelint"
    ]
}