const fabric = require('@umijs/fabric'); module.exports = { ...fabric.prettier, printWidth: 150, //换行宽度 trailingComma: 'none' };