Sign in
◑
Theme
chromium
/
external
/
github.com
/
twbs
/
bootstrap
/
refs/heads/remove-react-nextjs-example
/
.
/
.vscode
/
settings.json
blob: 9c6ae2d622a3f2aec92fadbf1e2944f47fb14e28 [
file
] [
edit
]
{
"editor.codeActionsOnSave"
:
{
"source.fixAll.eslint"
:
"explicit"
,
"source.fixAll.stylelint"
:
"always"
},
"editor.renderWhitespace"
:
"all"
,
"scss.validate"
:
false
,
"stylelint.enable"
:
true
,
"stylelint.validate"
:
[
"scss"
]
}