mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-24 20:00:38 +00:00
10 lines
157 B
JSON
10 lines
157 B
JSON
{
|
|
"css.validate": false,
|
|
"stylelint.validate": ["css"],
|
|
"[css]": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.stylelint": true
|
|
}
|
|
}
|
|
}
|