.stylelintrc.js 75 B

1234
  1. module.exports = {
  2. root: true,
  3. extends: ['@vben/stylelint-config'],
  4. };