mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-25 04:17:19 +00:00
18 lines
320 B
JSON
18 lines
320 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"
|
|
]
|
|
}
|