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

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