//{
//  "processors": ["stylelint-processor-styled-components"],
//  "extends": [
//    "stylelint-config-recommended",
//    "stylelint-config-styled-components"
//  ]
//}

const fabric = require('@umijs/fabric');

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