Some checks failed
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled
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'],
|
||
}
|