This commit is contained in:
zzc
2025-03-28 18:28:06 +08:00
commit 939c43f281
206 changed files with 30419 additions and 0 deletions

7
.stylelintrc.js Normal file
View File

@@ -0,0 +1,7 @@
/**
* @author https://github.com/zxwk1998/vue-admin-better 不想保留author可删除
* @description stylelint
*/
module.exports = {
extends: ['stylelint-config-recess-order', 'stylelint-config-prettier'],
}