.prettierrc.js 86 Bytes
Newer Older
1 2 3 4 5
const fabric = require('@umijs/fabric');

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