.prettierrc.js 86B

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