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

3
.eslintrc Normal file
View File

@@ -0,0 +1,3 @@
{
"extends": [ "@antfu", "@unocss"],
}