mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-25 12:27:19 +00:00
chore: add eslint stylelint unocss
This commit is contained in:
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@@ -1,9 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user