chore: add eslint stylelint unocss

This commit is contained in:
changjun
2023-05-03 03:51:21 +08:00
parent 15178686e4
commit 085ffcdf39
5 changed files with 2727 additions and 8 deletions

View File

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