mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-25 20:00:40 +00:00
24 lines
400 B
JSON
24 lines
400 B
JSON
{
|
|
"css.validate": false,
|
|
"stylelint.validate": ["css"],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"[css]": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": false,
|
|
"source.fixAll.stylelint": true
|
|
}
|
|
},
|
|
"cSpell.words": [
|
|
"antfu",
|
|
"Attributify",
|
|
"Consolas",
|
|
"Menlo",
|
|
"Neue",
|
|
"Noto",
|
|
"Roboto",
|
|
"Segoe"
|
|
]
|
|
}
|