mirror of
https://github.com/twbs/bootstrap.git
synced 2025-10-05 00:07:45 -04:00
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"]
|
|
}
|