Files
oled-nnw/.vscode/settings.json
2023-05-03 15:57:50 +08:00

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"
]
}