.stylelintrc.js 98 Bytes
Newer Older
1
const fabric = require('@duanledexian/umi-config');
2 3 4 5

module.exports = {
  ...fabric.stylelint,
};