mirror of https://github.com/twbs/bootstrap.git
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"]
|
||
|
|
}
|