demo-pathology/vendor/twbs/bootstrap/.vscode/settings.json

11 lines
244 B
JSON
Raw Normal View History

2026-01-09 10:35:33 +00:00
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.fixAll.stylelint": "always"
},
"editor.renderWhitespace": "all",
"scss.validate": false,
"stylelint.enable": true,
"stylelint.validate": ["scss"]
}