mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
fd879c0779
Fixes: #41496
11 lines
244 B
JSON
11 lines
244 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit",
|
|
"source.fixAll.stylelint": "always"
|
|
},
|
|
"editor.renderWhitespace": "all",
|
|
"scss.validate": false,
|
|
"stylelint.enable": true,
|
|
"stylelint.validate": ["scss"]
|
|
}
|