.stylelintrc.js 87 B

12345
  1. const fabric = require('@umijs/fabric');
  2. module.exports = {
  3. ...fabric.stylelint,
  4. };