mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-05 05:42:45 +08:00
8 lines
220 B
Vue
8 lines
220 B
Vue
/**
|
||
* @author https://github.com/zxwk1998/vue-admin-better (不想保留author可删除)
|
||
* @description stylelint
|
||
*/
|
||
module.exports = {
|
||
extends: ['stylelint-config-recess-order', 'stylelint-config-prettier'],
|
||
}
|