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