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,3 +1,4 @@
{
"extends": "stylelint-config-standard"
"extends": "stylelint-config-standard",
"ignoreFiles": ["Elegant.nnwtheme/stylesheet.css"]
}