.prettierrc.js 105 Bytes
Newer Older
田翔's avatar
田翔 committed
1 2 3 4 5 6
const fabric = require('@umijs/fabric');

module.exports = {
  ...fabric.prettier,
  printWidth: 120,
};