mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-25 04:17:19 +00:00
32 lines
519 B
JSON
32 lines
519 B
JSON
{
|
|
"css.validate": false,
|
|
"stylelint.validate": ["css"],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"[css]": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "never",
|
|
"source.fixAll.stylelint": "explicit"
|
|
}
|
|
},
|
|
"cSpell.words": [
|
|
"antfu",
|
|
"Attributify",
|
|
"bumpp",
|
|
"Consolas",
|
|
"esno",
|
|
"iconify",
|
|
"LXGW",
|
|
"Menlo",
|
|
"Neue",
|
|
"Noto",
|
|
"Roboto",
|
|
"Segoe",
|
|
"taze",
|
|
"unocss",
|
|
"wenkai",
|
|
"Windi"
|
|
]
|
|
}
|